Show / Hide Table of Contents

Class CfnSubnetNetworkAclAssociationProps

Properties for defining a CfnSubnetNetworkAclAssociation.

Inheritance
object
CfnSubnetNetworkAclAssociationProps
Implements
ICfnSubnetNetworkAclAssociationProps
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.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSubnetNetworkAclAssociationProps : ICfnSubnetNetworkAclAssociationProps
Syntax (vb)
Public Class CfnSubnetNetworkAclAssociationProps Implements ICfnSubnetNetworkAclAssociationProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetnetworkaclassociation.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.EC2;

             var cfnSubnetNetworkAclAssociationProps = new CfnSubnetNetworkAclAssociationProps {
                 NetworkAclId = "networkAclId",
                 SubnetId = "subnetId"
             };

Synopsis

Constructors

CfnSubnetNetworkAclAssociationProps()

Properties for defining a CfnSubnetNetworkAclAssociation.

Properties

NetworkAclId

The ID of the network ACL.

SubnetId

The ID of the subnet.

Constructors

CfnSubnetNetworkAclAssociationProps()

Properties for defining a CfnSubnetNetworkAclAssociation.

public CfnSubnetNetworkAclAssociationProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetnetworkaclassociation.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.EC2;

             var cfnSubnetNetworkAclAssociationProps = new CfnSubnetNetworkAclAssociationProps {
                 NetworkAclId = "networkAclId",
                 SubnetId = "subnetId"
             };

Properties

NetworkAclId

The ID of the network ACL.

public object NetworkAclId { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetnetworkaclassociation.html#cfn-ec2-subnetnetworkaclassociation-networkaclid

Type union: either string or INetworkAclRef

SubnetId

The ID of the subnet.

public object SubnetId { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetnetworkaclassociation.html#cfn-ec2-subnetnetworkaclassociation-subnetid

Type union: either string or ISubnetRef

Implements

ICfnSubnetNetworkAclAssociationProps
Back to top Generated by DocFX