interface VpcEndpointAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NetworkFirewall.VpcEndpointAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnetworkfirewall#VpcEndpointAssociationReference |
![]() | software.amazon.awscdk.services.networkfirewall.VpcEndpointAssociationReference |
![]() | aws_cdk.aws_networkfirewall.VpcEndpointAssociationReference |
![]() | aws-cdk-lib » 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 networkfirewall } from 'aws-cdk-lib';
const vpcEndpointAssociationReference: 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.