interface GatewayRouteHostnameRewriteProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppMesh.Mixins.CfnGatewayRoutePropsMixin.GatewayRouteHostnameRewriteProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsappmesh/mixins#CfnGatewayRoutePropsMixin_GatewayRouteHostnameRewriteProperty |
Java | software.amazon.awscdk.mixins.preview.services.appmesh.mixins.CfnGatewayRoutePropsMixin.GatewayRouteHostnameRewriteProperty |
Python | aws_cdk.mixins_preview.aws_appmesh.mixins.CfnGatewayRoutePropsMixin.GatewayRouteHostnameRewriteProperty |
TypeScript | @aws-cdk/mixins-preview » aws_appmesh » mixins » CfnGatewayRoutePropsMixin » GatewayRouteHostnameRewriteProperty |
An object representing the gateway route host name 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 gatewayRouteHostnameRewriteProperty: appmesh_mixins.CfnGatewayRoutePropsMixin.GatewayRouteHostnameRewriteProperty = {
defaultTargetHostname: 'defaultTargetHostname',
};
Properties
| Name | Type | Description |
|---|---|---|
| default | string | The default target host name to write to. |
defaultTargetHostname?
Type:
string
(optional)
The default target host name to write to.

.NET
Go
Java
Python
TypeScript