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