Class CfnRoutingRulePropsMixin.MatchBasePathsProperty
Represents a MatchBasePaths condition.
Implements
Inherited Members
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
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 |
Properties
| AnyOf | The string of the case sensitive base path to be matched. |
Constructors
MatchBasePathsProperty()
Represents a MatchBasePaths condition.
public MatchBasePathsProperty()
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.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[]