interface ServiceNetworkResourceAssociationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.VpcLattice.ServiceNetworkResourceAssociationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsvpclattice#ServiceNetworkResourceAssociationReference |
Java | software.amazon.awscdk.interfaces.vpclattice.ServiceNetworkResourceAssociationReference |
Python | aws_cdk.interfaces.aws_vpclattice.ServiceNetworkResourceAssociationReference |
TypeScript | aws-cdk-lib » interfaces » aws_vpclattice » ServiceNetworkResourceAssociationReference |
A reference to a ServiceNetworkResourceAssociation 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_vpclattice } from 'aws-cdk-lib/interfaces';
const serviceNetworkResourceAssociationReference: interfaces_vpclattice.ServiceNetworkResourceAssociationReference = {
serviceNetworkResourceAssociationArn: 'serviceNetworkResourceAssociationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| service | string | The Arn of the ServiceNetworkResourceAssociation resource. |
serviceNetworkResourceAssociationArn
Type:
string
The Arn of the ServiceNetworkResourceAssociation resource.

.NET
Go
Java
Python
TypeScript