interface VpcEndpointAssociationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.NetworkFirewall.VpcEndpointAssociationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsnetworkfirewall#VpcEndpointAssociationReference |
Java | software.amazon.awscdk.interfaces.networkfirewall.VpcEndpointAssociationReference |
Python | aws_cdk.interfaces.aws_networkfirewall.VpcEndpointAssociationReference |
TypeScript | aws-cdk-lib » interfaces » aws_networkfirewall » VpcEndpointAssociationReference |
A reference to a VpcEndpointAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_networkfirewall as interfaces_aws_networkfirewall } from 'aws-cdk-lib/interfaces';
const vpcEndpointAssociationReference: interfaces_aws_networkfirewall.VpcEndpointAssociationReference = {
vpcEndpointAssociationArn: 'vpcEndpointAssociationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| vpc | string | The VpcEndpointAssociationArn of the VpcEndpointAssociation resource. |
vpcEndpointAssociationArn
Type:
string
The VpcEndpointAssociationArn of the VpcEndpointAssociation resource.

.NET
Go
Java
Python
TypeScript