interface RouteReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppMesh.RouteReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#RouteReference |
![]() | software.amazon.awscdk.services.appmesh.RouteReference |
![]() | aws_cdk.aws_appmesh.RouteReference |
![]() | aws-cdk-lib » aws_appmesh » RouteReference |
A reference to a Route 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 routeReference: appmesh.RouteReference = {
routeArn: 'routeArn',
routeId: 'routeId',
};
Properties
Name | Type | Description |
---|---|---|
route | string | The ARN of the Route resource. |
route | string | The Id of the Route resource. |
routeArn
Type:
string
The ARN of the Route resource.
routeId
Type:
string
The Id of the Route resource.