aws-cdk-lib.aws_appmesh.CfnGatewayRoute.GatewayRouteHostnameMatchProperty

interface GatewayRouteHostnameMatchProperty

LanguageType name
.NETAmazon.CDK.AWS.AppMesh.CfnGatewayRoute.GatewayRouteHostnameMatchProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnGatewayRoute_GatewayRouteHostnameMatchProperty
Javasoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute.GatewayRouteHostnameMatchProperty
Pythonaws_cdk.aws_appmesh.CfnGatewayRoute.GatewayRouteHostnameMatchProperty
TypeScript aws-cdk-lib » aws_appmesh » CfnGatewayRoute » GatewayRouteHostnameMatchProperty

An object representing the gateway route host name to 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 gatewayRouteHostnameMatchProperty: appmesh.CfnGatewayRoute.GatewayRouteHostnameMatchProperty = {
  exact: 'exact',
  suffix: 'suffix',
};

Properties

NameTypeDescription
exact?stringThe exact host name to match on.
suffix?stringThe specified ending characters of the host name to match on.

exact?

Type: string (optional)

The exact host name to match on.


suffix?

Type: string (optional)

The specified ending characters of the host name to match on.