Class CfnFirewall.AvailabilityZoneMappingProperty
Defines the mapping between an Availability Zone and a firewall endpoint for a transit gateway-attached firewall.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.NetworkFirewall
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFirewall.AvailabilityZoneMappingProperty : CfnFirewall.IAvailabilityZoneMappingProperty
Syntax (vb)
Public Class CfnFirewall.AvailabilityZoneMappingProperty Implements CfnFirewall.IAvailabilityZoneMappingProperty
Remarks
Each mapping represents where the firewall can process traffic. You use these mappings when calling CreateFirewall , AssociateAvailabilityZones , and DisassociateAvailabilityZones .
To retrieve the current Availability Zone mappings for a firewall, use DescribeFirewall .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.NetworkFirewall;
var availabilityZoneMappingProperty = new AvailabilityZoneMappingProperty {
AvailabilityZone = "availabilityZone"
};
Synopsis
Constructors
| AvailabilityZoneMappingProperty() | Defines the mapping between an Availability Zone and a firewall endpoint for a transit gateway-attached firewall. |
Properties
| AvailabilityZone | The ID of the Availability Zone where the firewall endpoint is located. |
Constructors
AvailabilityZoneMappingProperty()
Defines the mapping between an Availability Zone and a firewall endpoint for a transit gateway-attached firewall.
public AvailabilityZoneMappingProperty()
Remarks
Each mapping represents where the firewall can process traffic. You use these mappings when calling CreateFirewall , AssociateAvailabilityZones , and DisassociateAvailabilityZones .
To retrieve the current Availability Zone mappings for a firewall, use DescribeFirewall .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.NetworkFirewall;
var availabilityZoneMappingProperty = new AvailabilityZoneMappingProperty {
AvailabilityZone = "availabilityZone"
};
Properties
AvailabilityZone
The ID of the Availability Zone where the firewall endpoint is located.
public string AvailabilityZone { get; set; }
Property Value
Remarks
For example, us-east-2a . The Availability Zone must be in the same Region as the transit gateway.