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

.NET
Go
Java
Python
TypeScript