Class CfnSubnetNetworkAclAssociationProps
Properties for defining a CfnSubnetNetworkAclAssociation.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSubnetNetworkAclAssociationProps : ICfnSubnetNetworkAclAssociationProps
Syntax (vb)
Public Class CfnSubnetNetworkAclAssociationProps Implements ICfnSubnetNetworkAclAssociationProps
Remarks
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 |
Properties
| NetworkAclId | The ID of the network ACL. |
| SubnetId | The ID of the subnet. |
Constructors
CfnSubnetNetworkAclAssociationProps()
Properties for defining a CfnSubnetNetworkAclAssociation.
public CfnSubnetNetworkAclAssociationProps()
Remarks
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
Remarks
SubnetId
The ID of the subnet.
public object SubnetId { get; set; }