interface ServiceNetworkReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.VpcLattice.ServiceNetworkReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsvpclattice#ServiceNetworkReference |
![]() | software.amazon.awscdk.services.vpclattice.ServiceNetworkReference |
![]() | aws_cdk.aws_vpclattice.ServiceNetworkReference |
![]() | aws-cdk-lib » 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 vpclattice } from 'aws-cdk-lib';
const serviceNetworkReference: 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.