aws-cdk-lib.aws_appmesh.GatewayRouteHostnameMatchConfig

interface GatewayRouteHostnameMatchConfig

LanguageType name
.NETAmazon.CDK.AWS.AppMesh.GatewayRouteHostnameMatchConfig
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#GatewayRouteHostnameMatchConfig
Javasoftware.amazon.awscdk.services.appmesh.GatewayRouteHostnameMatchConfig
Pythonaws_cdk.aws_appmesh.GatewayRouteHostnameMatchConfig
TypeScript (source)aws-cdk-lib » aws_appmesh » GatewayRouteHostnameMatchConfig

Obtainable from GatewayRouteHostnameMatch.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 { aws_appmesh as appmesh } from 'aws-cdk-lib';
const gatewayRouteHostnameMatchConfig: appmesh.GatewayRouteHostnameMatchConfig = {
  hostnameMatch: {
    exact: 'exact',
    suffix: 'suffix',
  },
};

Properties

NameTypeDescription
hostnameMatchGatewayRouteHostnameMatchPropertyGatewayRoute CFN configuration for host name match.

hostnameMatch

Type: GatewayRouteHostnameMatchProperty

GatewayRoute CFN configuration for host name match.