CfnApiV2Props¶
-
class
aws_cdk.aws_apigateway.
CfnApiV2Props
(*, api_key_selection_expression=None, base_path=None, body=None, body_s3_location=None, cors_configuration=None, credentials_arn=None, description=None, disable_schema_validation=None, fail_on_warnings=None, name=None, protocol_type=None, route_key=None, route_selection_expression=None, tags=None, target=None, version=None)¶ Bases:
object
(deprecated) Properties for defining a
AWS::ApiGatewayV2::Api
.- Parameters
api_key_selection_expression (
Optional
[str
]) – (deprecated)AWS::ApiGatewayV2::Api.ApiKeySelectionExpression
.base_path (
Optional
[str
]) – (deprecated)AWS::ApiGatewayV2::Api.BasePath
.body (
Optional
[Any
]) – (deprecated)AWS::ApiGatewayV2::Api.Body
.body_s3_location (
Union
[IResolvable
,BodyS3LocationProperty
,None
]) – (deprecated)AWS::ApiGatewayV2::Api.BodyS3Location
.cors_configuration (
Union
[IResolvable
,CorsProperty
,None
]) – (deprecated)AWS::ApiGatewayV2::Api.CorsConfiguration
.credentials_arn (
Optional
[str
]) – (deprecated)AWS::ApiGatewayV2::Api.CredentialsArn
.description (
Optional
[str
]) – (deprecated)AWS::ApiGatewayV2::Api.Description
.disable_schema_validation (
Union
[bool
,IResolvable
,None
]) – (deprecated)AWS::ApiGatewayV2::Api.DisableSchemaValidation
.fail_on_warnings (
Union
[bool
,IResolvable
,None
]) – (deprecated)AWS::ApiGatewayV2::Api.FailOnWarnings
.name (
Optional
[str
]) – (deprecated)AWS::ApiGatewayV2::Api.Name
.protocol_type (
Optional
[str
]) – (deprecated)AWS::ApiGatewayV2::Api.ProtocolType
.route_key (
Optional
[str
]) – (deprecated)AWS::ApiGatewayV2::Api.RouteKey
.route_selection_expression (
Optional
[str
]) – (deprecated)AWS::ApiGatewayV2::Api.RouteSelectionExpression
.tags (
Optional
[Any
]) – (deprecated)AWS::ApiGatewayV2::Api.Tags
.target (
Optional
[str
]) – (deprecated)AWS::ApiGatewayV2::Api.Target
.version (
Optional
[str
]) – (deprecated)AWS::ApiGatewayV2::Api.Version
.
- Deprecated
moved to package aws-apigatewayv2
- See
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html
- Stability
deprecated
Attributes
-
api_key_selection_expression
¶ (deprecated)
AWS::ApiGatewayV2::Api.ApiKeySelectionExpression
.- See
- Stability
deprecated
- Return type
Optional
[str
]
-
base_path
¶ (deprecated)
AWS::ApiGatewayV2::Api.BasePath
.- See
- Stability
deprecated
- Return type
Optional
[str
]
-
body
¶ (deprecated)
AWS::ApiGatewayV2::Api.Body
.- See
- Stability
deprecated
- Return type
Any
-
body_s3_location
¶ (deprecated)
AWS::ApiGatewayV2::Api.BodyS3Location
.- See
- Stability
deprecated
- Return type
Union
[IResolvable
,BodyS3LocationProperty
,None
]
-
cors_configuration
¶ (deprecated)
AWS::ApiGatewayV2::Api.CorsConfiguration
.- See
- Stability
deprecated
- Return type
Union
[IResolvable
,CorsProperty
,None
]
-
credentials_arn
¶ (deprecated)
AWS::ApiGatewayV2::Api.CredentialsArn
.- See
- Stability
deprecated
- Return type
Optional
[str
]
-
description
¶ (deprecated)
AWS::ApiGatewayV2::Api.Description
.- See
- Stability
deprecated
- Return type
Optional
[str
]
-
disable_schema_validation
¶ (deprecated)
AWS::ApiGatewayV2::Api.DisableSchemaValidation
.- See
- Stability
deprecated
- Return type
Union
[bool
,IResolvable
,None
]
-
fail_on_warnings
¶ (deprecated)
AWS::ApiGatewayV2::Api.FailOnWarnings
.- See
- Stability
deprecated
- Return type
Union
[bool
,IResolvable
,None
]
-
name
¶ (deprecated)
AWS::ApiGatewayV2::Api.Name
.- See
- Stability
deprecated
- Return type
Optional
[str
]
-
protocol_type
¶ (deprecated)
AWS::ApiGatewayV2::Api.ProtocolType
.- See
- Stability
deprecated
- Return type
Optional
[str
]
-
route_key
¶ (deprecated)
AWS::ApiGatewayV2::Api.RouteKey
.- See
- Stability
deprecated
- Return type
Optional
[str
]
-
route_selection_expression
¶ (deprecated)
AWS::ApiGatewayV2::Api.RouteSelectionExpression
.- See
- Stability
deprecated
- Return type
Optional
[str
]
(deprecated)
AWS::ApiGatewayV2::Api.Tags
.- See
- Stability
deprecated
- Return type
Any
-
target
¶ (deprecated)
AWS::ApiGatewayV2::Api.Target
.- See
- Stability
deprecated
- Return type
Optional
[str
]
-
version
¶ (deprecated)
AWS::ApiGatewayV2::Api.Version
.- See
- Stability
deprecated
- Return type
Optional
[str
]