interface ServiceNetworkServiceAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.VpcLattice.ServiceNetworkServiceAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsvpclattice#ServiceNetworkServiceAssociationReference |
![]() | software.amazon.awscdk.services.vpclattice.ServiceNetworkServiceAssociationReference |
![]() | aws_cdk.aws_vpclattice.ServiceNetworkServiceAssociationReference |
![]() | aws-cdk-lib » aws_vpclattice » ServiceNetworkServiceAssociationReference |
A reference to a ServiceNetworkServiceAssociation 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 serviceNetworkServiceAssociationReference: vpclattice.ServiceNetworkServiceAssociationReference = {
serviceNetworkServiceAssociationArn: 'serviceNetworkServiceAssociationArn',
};
Properties
Name | Type | Description |
---|---|---|
service | string | The Arn of the ServiceNetworkServiceAssociation resource. |
serviceNetworkServiceAssociationArn
Type:
string
The Arn of the ServiceNetworkServiceAssociation resource.