Class CfnGatewayRoute.GatewayRouteHostnameMatchProperty
An object representing the gateway route host name to match.
Inheritance
System.Object
CfnGatewayRoute.GatewayRouteHostnameMatchProperty
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GatewayRouteHostnameMatchProperty : Object, CfnGatewayRoute.IGatewayRouteHostnameMatchProperty
Syntax (vb)
Public Class GatewayRouteHostnameMatchProperty
Inherits Object
Implements CfnGatewayRoute.IGatewayRouteHostnameMatchProperty
Remarks
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
Constructors
GatewayRouteHostnameMatchProperty() |
Properties
Exact | The exact host name to match on. |
Suffix | The specified ending characters of the host name to match on. |
Constructors
GatewayRouteHostnameMatchProperty()
public GatewayRouteHostnameMatchProperty()
Properties
Exact
The exact host name to match on.
public string Exact { get; set; }
Property Value
System.String
Remarks
Suffix
The specified ending characters of the host name to match on.
public string Suffix { get; set; }
Property Value
System.String