Show / Hide Table of Contents

Interface CfnGatewayRoute.IGatewayRouteHostnameMatchProperty

An object representing the gateway route host name to match.

Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnGatewayRoute.IGatewayRouteHostnameMatchProperty
Syntax (vb)
Public Interface CfnGatewayRoute.IGatewayRouteHostnameMatchProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-gatewayroutehostnamematch.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.AppMesh;

             var gatewayRouteHostnameMatchProperty = new GatewayRouteHostnameMatchProperty {
                 Exact = "exact",
                 Suffix = "suffix"
             };

Synopsis

Properties

Exact

The exact host name to match on.

Suffix

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

Properties

Exact

The exact host name to match on.

string? Exact { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-gatewayroutehostnamematch.html#cfn-appmesh-gatewayroute-gatewayroutehostnamematch-exact

Suffix

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

string? Suffix { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-gatewayroute-gatewayroutehostnamematch.html#cfn-appmesh-gatewayroute-gatewayroutehostnamematch-suffix

Back to top Generated by DocFX