@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.824Z") @Stability(value=Stable) public class CfnFirewall extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnFirewall.Builder
A fluent builder for
CfnFirewall. |
static interface |
CfnFirewall.SubnetMappingProperty |
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 |
|---|---|
|
CfnFirewall(software.constructs.Construct scope,
String id,
CfnFirewallProps props)
Create a new `AWS::NetworkFirewall::Firewall`.
|
protected |
CfnFirewall(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnFirewall(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAttrEndpointIds() |
String |
getAttrFirewallArn() |
String |
getAttrFirewallId() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getDeleteProtection()
`AWS::NetworkFirewall::Firewall.DeleteProtection`.
|
String |
getDescription()
`AWS::NetworkFirewall::Firewall.Description`.
|
String |
getFirewallName()
`AWS::NetworkFirewall::Firewall.FirewallName`.
|
String |
getFirewallPolicyArn()
`AWS::NetworkFirewall::Firewall.FirewallPolicyArn`.
|
Object |
getFirewallPolicyChangeProtection()
`AWS::NetworkFirewall::Firewall.FirewallPolicyChangeProtection`.
|
Object |
getSubnetChangeProtection()
`AWS::NetworkFirewall::Firewall.SubnetChangeProtection`.
|
Object |
getSubnetMappings()
`AWS::NetworkFirewall::Firewall.SubnetMappings`.
|
TagManager |
getTags()
`AWS::NetworkFirewall::Firewall.Tags`.
|
String |
getVpcId()
`AWS::NetworkFirewall::Firewall.VpcId`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDeleteProtection(Boolean value)
`AWS::NetworkFirewall::Firewall.DeleteProtection`.
|
void |
setDeleteProtection(IResolvable value)
`AWS::NetworkFirewall::Firewall.DeleteProtection`.
|
void |
setDescription(String value)
`AWS::NetworkFirewall::Firewall.Description`.
|
void |
setFirewallName(String value)
`AWS::NetworkFirewall::Firewall.FirewallName`.
|
void |
setFirewallPolicyArn(String value)
`AWS::NetworkFirewall::Firewall.FirewallPolicyArn`.
|
void |
setFirewallPolicyChangeProtection(Boolean value)
`AWS::NetworkFirewall::Firewall.FirewallPolicyChangeProtection`.
|
void |
setFirewallPolicyChangeProtection(IResolvable value)
`AWS::NetworkFirewall::Firewall.FirewallPolicyChangeProtection`.
|
void |
setSubnetChangeProtection(Boolean value)
`AWS::NetworkFirewall::Firewall.SubnetChangeProtection`.
|
void |
setSubnetChangeProtection(IResolvable value)
`AWS::NetworkFirewall::Firewall.SubnetChangeProtection`.
|
void |
setSubnetMappings(IResolvable value)
`AWS::NetworkFirewall::Firewall.SubnetMappings`.
|
void |
setSubnetMappings(List<Object> value)
`AWS::NetworkFirewall::Firewall.SubnetMappings`.
|
void |
setVpcId(String value)
`AWS::NetworkFirewall::Firewall.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 CfnFirewall(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnFirewall(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnFirewall(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnFirewallProps 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 getAttrFirewallArn()
@Stability(value=Stable) @NotNull public String getAttrFirewallId()
@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 getFirewallName()
@Stability(value=Stable)
public void setFirewallName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getFirewallPolicyArn()
@Stability(value=Stable)
public void setFirewallPolicyArn(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getSubnetMappings()
@Stability(value=Stable)
public void setSubnetMappings(@NotNull
IResolvable value)
@Stability(value=Stable)
public void setSubnetMappings(@NotNull
List<Object> value)
@Stability(value=Stable) @NotNull public String getVpcId()
@Stability(value=Stable)
public void setVpcId(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getDeleteProtection()
@Stability(value=Stable)
public void setDeleteProtection(@Nullable
Boolean value)
@Stability(value=Stable)
public void setDeleteProtection(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getFirewallPolicyChangeProtection()
@Stability(value=Stable)
public void setFirewallPolicyChangeProtection(@Nullable
Boolean value)
@Stability(value=Stable)
public void setFirewallPolicyChangeProtection(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getSubnetChangeProtection()
@Stability(value=Stable)
public void setSubnetChangeProtection(@Nullable
Boolean value)
@Stability(value=Stable)
public void setSubnetChangeProtection(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.