@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:32.080Z") @Stability(value=Stable) public class CfnFirewallDomainList extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnFirewallDomainList.Builder
A fluent builder for
CfnFirewallDomainList. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnFirewallDomainList(software.constructs.Construct scope,
String id)
Create a new `AWS::Route53Resolver::FirewallDomainList`.
|
|
CfnFirewallDomainList(software.constructs.Construct scope,
String id,
CfnFirewallDomainListProps props)
Create a new `AWS::Route53Resolver::FirewallDomainList`.
|
protected |
CfnFirewallDomainList(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnFirewallDomainList(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
String |
getAttrCreationTime() |
String |
getAttrCreatorRequestId() |
Number |
getAttrDomainCount() |
String |
getAttrId() |
String |
getAttrManagedOwnerName() |
String |
getAttrModificationTime() |
String |
getAttrStatus() |
String |
getAttrStatusMessage() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDomainFileUrl()
`AWS::Route53Resolver::FirewallDomainList.DomainFileUrl`.
|
List<String> |
getDomains()
`AWS::Route53Resolver::FirewallDomainList.Domains`.
|
String |
getName()
`AWS::Route53Resolver::FirewallDomainList.Name`.
|
TagManager |
getTags()
`AWS::Route53Resolver::FirewallDomainList.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDomainFileUrl(String value)
`AWS::Route53Resolver::FirewallDomainList.DomainFileUrl`.
|
void |
setDomains(List<String> value)
`AWS::Route53Resolver::FirewallDomainList.Domains`.
|
void |
setName(String value)
`AWS::Route53Resolver::FirewallDomainList.Name`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnFirewallDomainList(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnFirewallDomainList(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnFirewallDomainList(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
CfnFirewallDomainListProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties.@Stability(value=Stable)
public CfnFirewallDomainList(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrCreationTime()
@Stability(value=Stable) @NotNull public String getAttrCreatorRequestId()
@Stability(value=Stable) @NotNull public Number getAttrDomainCount()
@Stability(value=Stable) @NotNull public String getAttrId()
@Stability(value=Stable) @NotNull public String getAttrManagedOwnerName()
@Stability(value=Stable) @NotNull public String getAttrModificationTime()
@Stability(value=Stable) @NotNull public String getAttrStatus()
@Stability(value=Stable) @NotNull public String getAttrStatusMessage()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @Nullable public String getDomainFileUrl()
@Stability(value=Stable)
public void setDomainFileUrl(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<String> getDomains()
@Stability(value=Stable)
public void setDomains(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
Copyright © 2021. All rights reserved.