interface MatchBasePathsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ApiGatewayV2.Mixins.CfnRoutingRulePropsMixin.MatchBasePathsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsapigatewayv2/mixins#CfnRoutingRulePropsMixin_MatchBasePathsProperty |
Java | software.amazon.awscdk.mixins.preview.services.apigatewayv2.mixins.CfnRoutingRulePropsMixin.MatchBasePathsProperty |
Python | aws_cdk.mixins_preview.aws_apigatewayv2.mixins.CfnRoutingRulePropsMixin.MatchBasePathsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_apigatewayv2 » mixins » CfnRoutingRulePropsMixin » MatchBasePathsProperty |
Represents a MatchBasePaths condition.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as apigatewayv2_mixins } from '@aws-cdk/mixins-preview/aws-apigatewayv2';
const matchBasePathsProperty: apigatewayv2_mixins.CfnRoutingRulePropsMixin.MatchBasePathsProperty = {
anyOf: ['anyOf'],
};
Properties
| Name | Type | Description |
|---|---|---|
| any | string[] | The string of the case sensitive base path to be matched. |
anyOf?
Type:
string[]
(optional)
The string of the case sensitive base path to be matched.

.NET
Go
Java
Python
TypeScript