Bases: object
S3 location of the API definition file.
bucket (str
) â The S3 bucket.
key (str
) â The S3 key.
version (Optional
[str
]) â An optional version. Default: - latest version
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_apigateway as apigateway api_definition_s3_location = apigateway.ApiDefinitionS3Location( bucket="bucket", key="key", # the properties below are optional version="version" )
Attributes
The S3 bucket.
The S3 key.
An optional version.
latest version
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4