interface GrpcGatewayRouteRewriteProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppMesh.Mixins.CfnGatewayRoutePropsMixin.GrpcGatewayRouteRewriteProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsappmesh/mixins#CfnGatewayRoutePropsMixin_GrpcGatewayRouteRewriteProperty |
Java | software.amazon.awscdk.mixins.preview.services.appmesh.mixins.CfnGatewayRoutePropsMixin.GrpcGatewayRouteRewriteProperty |
Python | aws_cdk.mixins_preview.aws_appmesh.mixins.CfnGatewayRoutePropsMixin.GrpcGatewayRouteRewriteProperty |
TypeScript | @aws-cdk/mixins-preview » aws_appmesh » mixins » CfnGatewayRoutePropsMixin » GrpcGatewayRouteRewriteProperty |
An object that represents the gateway route to rewrite.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as appmesh_mixins } from '@aws-cdk/mixins-preview/aws-appmesh';
const grpcGatewayRouteRewriteProperty: appmesh_mixins.CfnGatewayRoutePropsMixin.GrpcGatewayRouteRewriteProperty = {
hostname: {
defaultTargetHostname: 'defaultTargetHostname',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| hostname? | IResolvable | Gateway | The host name of the gateway route to rewrite. |
hostname?
Type:
IResolvable | Gateway
(optional)
The host name of the gateway route to rewrite.

.NET
Go
Java
Python
TypeScript