A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/cdk/api/v1/python/aws_cdk.aws_apigateway/ApiDefinitionS3Location.html below:

Website Navigation


ApiDefinitionS3Location — AWS Cloud Development Kit 1.204.0 documentation

ApiDefinitionS3Location
class aws_cdk.aws_apigateway.ApiDefinitionS3Location(*, bucket, key, version=None)

Bases: object

S3 location of the API definition file.

Parameters:
  • bucket (str) – The S3 bucket.

  • key (str) – The S3 key.

  • version (Optional[str]) – An optional version. Default: - latest version

ExampleMetadata:

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

bucket

The S3 bucket.

key

The S3 key.

version

An optional version.

Default:
  • 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