Show / Hide Table of Contents

Interface IGatewayRouteHostnameMatchConfig

Configuration for gateway route host name match.

Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGatewayRouteHostnameMatchConfig
Syntax (vb)
Public Interface IGatewayRouteHostnameMatchConfig
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 gatewayRouteHostnameMatchConfig = new GatewayRouteHostnameMatchConfig {
                HostnameMatch = new GatewayRouteHostnameMatchProperty {
                    Exact = "exact",
                    Suffix = "suffix"
                }
            };

Synopsis

Properties

HostnameMatch

GatewayRoute CFN configuration for host name match.

Properties

HostnameMatch

GatewayRoute CFN configuration for host name match.

CfnGatewayRoute.IGatewayRouteHostnameMatchProperty HostnameMatch { get; }
Property Value

CfnGatewayRoute.IGatewayRouteHostnameMatchProperty

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX