Class CfnFirewallMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFirewallMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFirewallMixinProps
CfnFirewallMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.networkfirewall.mixins.CfnFirewallMixinProps
CfnFirewallMixinProps.Builder, CfnFirewallMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFirewallMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFirewallMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectA setting indicating whether the firewall is protected against changes to its Availability Zone configuration.final ObjectThe Availability Zones where the firewall endpoints are created for a transit gateway-attached firewall.final ObjectA flag indicating whether it is possible to delete the firewall.final StringA description of the firewall.An optional setting indicating the specific traffic analysis types to enable on the firewall.final StringThe descriptive name of the firewall.final StringThe Amazon Resource Name (ARN) of the firewall policy.final ObjectA setting indicating whether the firewall is protected against a change to the firewall policy association.final ObjectA setting indicating whether the firewall is protected against changes to the subnet associations.final ObjectThe primary public subnets that Network Firewall is using for the firewall.getTags()An array of key-value pairs to apply to this resource.final StringThe unique identifier of the transit gateway associated with this firewall.final StringgetVpcId()The unique identifier of the VPC where the firewall is in use.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFirewallMixinProps.Builder.
-
-
Method Details
-
getAvailabilityZoneChangeProtection
Description copied from interface:CfnFirewallMixinPropsA setting indicating whether the firewall is protected against changes to its Availability Zone configuration.When set to
TRUE, you must first disable this protection before adding or removing Availability Zones.Returns union: either
BooleanorIResolvable- Specified by:
getAvailabilityZoneChangeProtectionin interfaceCfnFirewallMixinProps- See Also:
-
getAvailabilityZoneMappings
Description copied from interface:CfnFirewallMixinPropsThe Availability Zones where the firewall endpoints are created for a transit gateway-attached firewall.Each mapping specifies an Availability Zone where the firewall processes traffic.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFirewallPropsMixin.AvailabilityZoneMappingProperty>- Specified by:
getAvailabilityZoneMappingsin interfaceCfnFirewallMixinProps- See Also:
-
getDeleteProtection
Description copied from interface:CfnFirewallMixinPropsA flag indicating whether it is possible to delete the firewall.A setting of
TRUEindicates that the firewall is protected against deletion. Use this setting to protect against accidentally deleting a firewall that is in use. When you create a firewall, the operation initializes this flag toTRUE.Returns union: either
BooleanorIResolvable- Specified by:
getDeleteProtectionin interfaceCfnFirewallMixinProps- See Also:
-
getDescription
Description copied from interface:CfnFirewallMixinPropsA description of the firewall.- Specified by:
getDescriptionin interfaceCfnFirewallMixinProps- See Also:
-
getEnabledAnalysisTypes
Description copied from interface:CfnFirewallMixinPropsAn optional setting indicating the specific traffic analysis types to enable on the firewall.- Specified by:
getEnabledAnalysisTypesin interfaceCfnFirewallMixinProps- See Also:
-
getFirewallName
Description copied from interface:CfnFirewallMixinPropsThe descriptive name of the firewall.You can't change the name of a firewall after you create it.
- Specified by:
getFirewallNamein interfaceCfnFirewallMixinProps- See Also:
-
getFirewallPolicyArn
Description copied from interface:CfnFirewallMixinPropsThe Amazon Resource Name (ARN) of the firewall policy.The relationship of firewall to firewall policy is many to one. Each firewall requires one firewall policy association, and you can use the same firewall policy for multiple firewalls.
- Specified by:
getFirewallPolicyArnin interfaceCfnFirewallMixinProps- See Also:
-
getFirewallPolicyChangeProtection
Description copied from interface:CfnFirewallMixinPropsA setting indicating whether the firewall is protected against a change to the firewall policy association.Use this setting to protect against accidentally modifying the firewall policy for a firewall that is in use. When you create a firewall, the operation initializes this setting to
TRUE.Returns union: either
BooleanorIResolvable- Specified by:
getFirewallPolicyChangeProtectionin interfaceCfnFirewallMixinProps- See Also:
-
getSubnetChangeProtection
Description copied from interface:CfnFirewallMixinPropsA setting indicating whether the firewall is protected against changes to the subnet associations.Use this setting to protect against accidentally modifying the subnet associations for a firewall that is in use. When you create a firewall, the operation initializes this setting to
TRUE.Returns union: either
BooleanorIResolvable- Specified by:
getSubnetChangeProtectionin interfaceCfnFirewallMixinProps- See Also:
-
getSubnetMappings
Description copied from interface:CfnFirewallMixinPropsThe primary public subnets that Network Firewall is using for the firewall.Network Firewall creates a firewall endpoint in each subnet. Create a subnet mapping for each Availability Zone where you want to use the firewall.
These subnets are all defined for a single, primary VPC, and each must belong to a different Availability Zone. Each of these subnets establishes the availability of the firewall in its Availability Zone.
In addition to these subnets, you can define other endpoints for the firewall in
VpcEndpointAssociationresources. You can define these additional endpoints for any VPC, and for any of the Availability Zones where the firewall resource already has a subnet mapping. VPC endpoint associations give you the ability to protect multiple VPCs using a single firewall, and to define multiple firewall endpoints for a VPC in a single Availability Zone.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFirewallPropsMixin.SubnetMappingProperty>- Specified by:
getSubnetMappingsin interfaceCfnFirewallMixinProps- See Also:
-
getTags
Description copied from interface:CfnFirewallMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnFirewallMixinProps- See Also:
-
getTransitGatewayId
Description copied from interface:CfnFirewallMixinPropsThe unique identifier of the transit gateway associated with this firewall.This field is only present for transit gateway-attached firewalls.
- Specified by:
getTransitGatewayIdin interfaceCfnFirewallMixinProps- See Also:
-
getVpcId
Description copied from interface:CfnFirewallMixinPropsThe unique identifier of the VPC where the firewall is in use.You can't change the VPC of a firewall after you create the firewall.
- Specified by:
getVpcIdin interfaceCfnFirewallMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-