Rest Api S3Location
data class RestApiS3Location(val bucket: String? = null, val eTag: String? = null, val key: String? = null, val version: String? = null)
`S3Location`
is a property of the AWS::ApiGateway::RestApi resource that specifies the Amazon S3 location of a OpenAPI (formerly Swagger) file that defines a set of RESTful APIs in JSON or YAML. On January 1, 2016, the Swagger Specification was donated to the OpenAPI initiative, becoming the foundation of the OpenAPI Specification.
Constructors
Link copied to clipboard
fun RestApiS3Location(bucket: String? = null, eTag: String? = null, key: String? = null, version: String? = null)