Show / Hide Table of Contents

Interface ICfnSubnetNetworkAclAssociationProps

Properties for defining a CfnSubnetNetworkAclAssociation.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnSubnetNetworkAclAssociationProps
Syntax (vb)
Public Interface 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

Properties

NetworkAclId

The ID of the network ACL.

SubnetId

The ID of the subnet.

Properties

NetworkAclId

The ID of the network ACL.

string NetworkAclId { get; }
Property Value

string

Remarks

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

SubnetId

The ID of the subnet.

string SubnetId { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX