interface MatchBasePathsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Apigatewayv2.CfnRoutingRule.MatchBasePathsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapigatewayv2#CfnRoutingRule_MatchBasePathsProperty |
![]() | software.amazon.awscdk.services.apigatewayv2.CfnRoutingRule.MatchBasePathsProperty |
![]() | aws_cdk.aws_apigatewayv2.CfnRoutingRule.MatchBasePathsProperty |
![]() | aws-cdk-lib » aws_apigatewayv2 » CfnRoutingRule » 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 { aws_apigatewayv2 as apigatewayv2 } from 'aws-cdk-lib';
const matchBasePathsProperty: apigatewayv2.CfnRoutingRule.MatchBasePathsProperty = {
anyOf: ['anyOf'],
};
Properties
Name | Type | Description |
---|---|---|
any | string[] | The string of the case sensitive base path to be matched. |
anyOf
Type:
string[]
The string of the case sensitive base path to be matched.