CfnApiMappingMixinProps
- class aws_cdk.mixins_preview.aws_apigatewayv2.mixins.CfnApiMappingMixinProps(*, api_id=None, api_mapping_key=None, domain_name=None, stage=None)
Bases:
objectProperties for CfnApiMappingPropsMixin.
- Parameters:
api_id (
Optional[str]) – The API identifier.api_mapping_key (
Optional[str]) – The API mapping key.domain_name (
Optional[str]) – The domain name.stage (
Optional[str]) – The API stage.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_apigatewayv2 import mixins as apigatewayv2_mixins cfn_api_mapping_mixin_props = apigatewayv2_mixins.CfnApiMappingMixinProps( api_id="apiId", api_mapping_key="apiMappingKey", domain_name="domainName", stage="stage" )
Attributes
- api_id
The API identifier.
- api_mapping_key
The API mapping key.
- domain_name
The domain name.