interface ServiceNetworkServiceAssociationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.VpcLattice.ServiceNetworkServiceAssociationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsvpclattice#ServiceNetworkServiceAssociationReference |
Java | software.amazon.awscdk.interfaces.vpclattice.ServiceNetworkServiceAssociationReference |
Python | aws_cdk.interfaces.aws_vpclattice.ServiceNetworkServiceAssociationReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_vpclattice } from 'aws-cdk-lib/interfaces';
const serviceNetworkServiceAssociationReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript