CfnBasePathMappingProps¶
-
class
aws_cdk.aws_apigateway.
CfnBasePathMappingProps
(*, domain_name, base_path=None, rest_api_id=None, stage=None)¶ Bases:
object
Properties for defining a
AWS::ApiGateway::BasePathMapping
.- Parameters
domain_name (
str
) –AWS::ApiGateway::BasePathMapping.DomainName
.base_path (
Optional
[str
]) –AWS::ApiGateway::BasePathMapping.BasePath
.rest_api_id (
Optional
[str
]) –AWS::ApiGateway::BasePathMapping.RestApiId
.stage (
Optional
[str
]) –AWS::ApiGateway::BasePathMapping.Stage
.
- Link
Attributes
-
base_path
¶ AWS::ApiGateway::BasePathMapping.BasePath
.
-
domain_name
¶ AWS::ApiGateway::BasePathMapping.DomainName
.
-
rest_api_id
¶ AWS::ApiGateway::BasePathMapping.RestApiId
.
-
stage
¶ AWS::ApiGateway::BasePathMapping.Stage
.