@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:32.081Z") @Stability(value=Stable) public class CfnFirewallRuleGroupAssociation extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnFirewallRuleGroupAssociation.Builder
A fluent builder for
CfnFirewallRuleGroupAssociation. |
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 |
|---|---|
|
CfnFirewallRuleGroupAssociation(software.constructs.Construct scope,
String id,
CfnFirewallRuleGroupAssociationProps props)
Create a new `AWS::Route53Resolver::FirewallRuleGroupAssociation`.
|
protected |
CfnFirewallRuleGroupAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnFirewallRuleGroupAssociation(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
String |
getAttrCreationTime() |
String |
getAttrCreatorRequestId() |
String |
getAttrId() |
String |
getAttrManagedOwnerName() |
String |
getAttrModificationTime() |
String |
getAttrStatus() |
String |
getAttrStatusMessage() |
protected Map<String,Object> |
getCfnProperties() |
String |
getFirewallRuleGroupId()
`AWS::Route53Resolver::FirewallRuleGroupAssociation.FirewallRuleGroupId`.
|
String |
getMutationProtection()
`AWS::Route53Resolver::FirewallRuleGroupAssociation.MutationProtection`.
|
String |
getName()
`AWS::Route53Resolver::FirewallRuleGroupAssociation.Name`.
|
Number |
getPriority()
`AWS::Route53Resolver::FirewallRuleGroupAssociation.Priority`.
|
TagManager |
getTags()
`AWS::Route53Resolver::FirewallRuleGroupAssociation.Tags`.
|
String |
getVpcId()
`AWS::Route53Resolver::FirewallRuleGroupAssociation.VpcId`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setFirewallRuleGroupId(String value)
`AWS::Route53Resolver::FirewallRuleGroupAssociation.FirewallRuleGroupId`.
|
void |
setMutationProtection(String value)
`AWS::Route53Resolver::FirewallRuleGroupAssociation.MutationProtection`.
|
void |
setName(String value)
`AWS::Route53Resolver::FirewallRuleGroupAssociation.Name`.
|
void |
setPriority(Number value)
`AWS::Route53Resolver::FirewallRuleGroupAssociation.Priority`.
|
void |
setVpcId(String value)
`AWS::Route53Resolver::FirewallRuleGroupAssociation.VpcId`.
|
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 CfnFirewallRuleGroupAssociation(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnFirewallRuleGroupAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnFirewallRuleGroupAssociation(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnFirewallRuleGroupAssociationProps 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. 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 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) @NotNull public String getFirewallRuleGroupId()
@Stability(value=Stable)
public void setFirewallRuleGroupId(@NotNull
String value)
@Stability(value=Stable) @NotNull public Number getPriority()
@Stability(value=Stable)
public void setPriority(@NotNull
Number value)
@Stability(value=Stable) @NotNull public String getVpcId()
@Stability(value=Stable)
public void setVpcId(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getMutationProtection()
@Stability(value=Stable)
public void setMutationProtection(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
Copyright © 2021. All rights reserved.