Show / Hide Table of Contents

Class CfnFirewall.AvailabilityZoneMappingProperty

Defines the mapping between an Availability Zone and a firewall endpoint for a transit gateway-attached firewall.

Inheritance
object
CfnFirewall.AvailabilityZoneMappingProperty
Implements
CfnFirewall.IAvailabilityZoneMappingProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-firewall-availabilityzonemapping.html

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-firewall-availabilityzonemapping.html

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

string

Remarks

For example, us-east-2a . The Availability Zone must be in the same Region as the transit gateway.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-firewall-availabilityzonemapping.html#cfn-networkfirewall-firewall-availabilityzonemapping-availabilityzone

Implements

CfnFirewall.IAvailabilityZoneMappingProperty
Back to top Generated by DocFX