interface GatewayRouteHostnameMatchConfig
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppMesh.GatewayRouteHostnameMatchConfig |
![]() | software.amazon.awscdk.services.appmesh.GatewayRouteHostnameMatchConfig |
![]() | aws_cdk.aws_appmesh.GatewayRouteHostnameMatchConfig |
![]() | @aws-cdk/aws-appmesh » GatewayRouteHostnameMatchConfig |
Obtainable from
Gateway
.bind()
Configuration for gateway route host name match.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as appmesh from '@aws-cdk/aws-appmesh';
const gatewayRouteHostnameMatchConfig: appmesh.GatewayRouteHostnameMatchConfig = {
hostnameMatch: {
exact: 'exact',
suffix: 'suffix',
},
};
Properties
Name | Type | Description |
---|---|---|
hostname | Gateway | GatewayRoute CFN configuration for host name match. |
hostnameMatch
Type:
Gateway
GatewayRoute CFN configuration for host name match.