interface ServiceNetworkVpcAssociationReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.VpcLattice.ServiceNetworkVpcAssociationReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsvpclattice#ServiceNetworkVpcAssociationReference | 
|  Java | software.amazon.awscdk.services.vpclattice.ServiceNetworkVpcAssociationReference | 
|  Python | aws_cdk.aws_vpclattice.ServiceNetworkVpcAssociationReference | 
|  TypeScript | 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.
