interface ServiceNetworkVpcAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.VpcLattice.ServiceNetworkVpcAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsvpclattice#ServiceNetworkVpcAssociationReference |
![]() | software.amazon.awscdk.services.vpclattice.ServiceNetworkVpcAssociationReference |
![]() | aws_cdk.aws_vpclattice.ServiceNetworkVpcAssociationReference |
![]() | aws-cdk-lib » aws_vpclattice » ServiceNetworkVpcAssociationReference |
A reference to a ServiceNetworkVpcAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_vpclattice as vpclattice } from 'aws-cdk-lib';
const serviceNetworkVpcAssociationReference: vpclattice.ServiceNetworkVpcAssociationReference = {
serviceNetworkVpcAssociationArn: 'serviceNetworkVpcAssociationArn',
};
Properties
Name | Type | Description |
---|---|---|
service | string | The Arn of the ServiceNetworkVpcAssociation resource. |
serviceNetworkVpcAssociationArn
Type:
string
The Arn of the ServiceNetworkVpcAssociation resource.