interface VirtualNodeReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppMesh.VirtualNodeReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#VirtualNodeReference |
![]() | software.amazon.awscdk.services.appmesh.VirtualNodeReference |
![]() | aws_cdk.aws_appmesh.VirtualNodeReference |
![]() | aws-cdk-lib » aws_appmesh » VirtualNodeReference |
A reference to a VirtualNode resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appmesh as appmesh } from 'aws-cdk-lib';
const virtualNodeReference: appmesh.VirtualNodeReference = {
virtualNodeArn: 'virtualNodeArn',
virtualNodeId: 'virtualNodeId',
};
Properties
Name | Type | Description |
---|---|---|
virtual | string | The ARN of the VirtualNode resource. |
virtual | string | The Id of the VirtualNode resource. |
virtualNodeArn
Type:
string
The ARN of the VirtualNode resource.
virtualNodeId
Type:
string
The Id of the VirtualNode resource.