interface GatewayRouteHostnameRewriteProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppMesh.CfnGatewayRoutePropsMixin.GatewayRouteHostnameRewriteProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappmesh#CfnGatewayRoutePropsMixin_GatewayRouteHostnameRewriteProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnGatewayRoutePropsMixin.GatewayRouteHostnameRewriteProperty |
Python | aws_cdk.cfn_property_mixins.aws_appmesh.CfnGatewayRoutePropsMixin.GatewayRouteHostnameRewriteProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appmesh » 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 { aws_appmesh as appmesh } from '@aws-cdk/cfn-property-mixins';
const gatewayRouteHostnameRewriteProperty: appmesh.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