Show / Hide Table of Contents

Class CfnGatewayRoutePropsMixin.GatewayRouteHostnameMatchProperty

An object representing the gateway route host name to match.

Inheritance
object
CfnGatewayRoutePropsMixin.GatewayRouteHostnameMatchProperty
Implements
CfnGatewayRoutePropsMixin.IGatewayRouteHostnameMatchProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppMesh.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnGatewayRoutePropsMixin.GatewayRouteHostnameMatchProperty : CfnGatewayRoutePropsMixin.IGatewayRouteHostnameMatchProperty
Syntax (vb)
Public Class CfnGatewayRoutePropsMixin.GatewayRouteHostnameMatchProperty Implements CfnGatewayRoutePropsMixin.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.Mixins.Preview.AWS.AppMesh.Mixins;

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

Synopsis

Constructors

GatewayRouteHostnameMatchProperty()

An object representing the gateway route host name to match.

Properties

Exact

The exact host name to match on.

Suffix

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

Constructors

GatewayRouteHostnameMatchProperty()

An object representing the gateway route host name to match.

public GatewayRouteHostnameMatchProperty()
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.Mixins.Preview.AWS.AppMesh.Mixins;

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

Properties

Exact

The exact host name to match on.

public string? Exact { get; set; }
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.

public string? Suffix { get; set; }
Property Value

string

Remarks

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

Implements

CfnGatewayRoutePropsMixin.IGatewayRouteHostnameMatchProperty
Back to top Generated by DocFX