interface SubnetNetworkAclAssociationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.EC2.SubnetNetworkAclAssociationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsec2#SubnetNetworkAclAssociationReference |
Java | software.amazon.awscdk.interfaces.ec2.SubnetNetworkAclAssociationReference |
Python | aws_cdk.interfaces.aws_ec2.SubnetNetworkAclAssociationReference |
TypeScript | aws-cdk-lib » interfaces » aws_ec2 » SubnetNetworkAclAssociationReference |
A reference to a SubnetNetworkAclAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as interfaces_ec2 } from 'aws-cdk-lib/interfaces';
const subnetNetworkAclAssociationReference: interfaces_ec2.SubnetNetworkAclAssociationReference = {
associationId: 'associationId',
};
Properties
| Name | Type | Description |
|---|---|---|
| association | string | The AssociationId of the SubnetNetworkAclAssociation resource. |
associationId
Type:
string
The AssociationId of the SubnetNetworkAclAssociation resource.

.NET
Go
Java
Python
TypeScript