Show / Hide Table of Contents

Class CfnRoutingRulePropsMixin.MatchBasePathsProperty

Represents a MatchBasePaths condition.

Inheritance
object
CfnRoutingRulePropsMixin.MatchBasePathsProperty
Implements
CfnRoutingRulePropsMixin.IMatchBasePathsProperty
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.ApiGatewayV2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnRoutingRulePropsMixin.MatchBasePathsProperty : CfnRoutingRulePropsMixin.IMatchBasePathsProperty
Syntax (vb)
Public Class CfnRoutingRulePropsMixin.MatchBasePathsProperty Implements CfnRoutingRulePropsMixin.IMatchBasePathsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-routingrule-matchbasepaths.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.ApiGatewayV2.Mixins;

             var matchBasePathsProperty = new MatchBasePathsProperty {
                 AnyOf = new [] { "anyOf" }
             };

Synopsis

Constructors

MatchBasePathsProperty()

Represents a MatchBasePaths condition.

Properties

AnyOf

The string of the case sensitive base path to be matched.

Constructors

MatchBasePathsProperty()

Represents a MatchBasePaths condition.

public MatchBasePathsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-routingrule-matchbasepaths.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.ApiGatewayV2.Mixins;

             var matchBasePathsProperty = new MatchBasePathsProperty {
                 AnyOf = new [] { "anyOf" }
             };

Properties

AnyOf

The string of the case sensitive base path to be matched.

public string[]? AnyOf { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-routingrule-matchbasepaths.html#cfn-apigatewayv2-routingrule-matchbasepaths-anyof

Implements

CfnRoutingRulePropsMixin.IMatchBasePathsProperty
Back to top Generated by DocFX