Api Body S3Location Args
data class ApiBodyS3LocationArgs(val bucket: Output<String>? = null, val etag: Output<String>? = null, val key: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<ApiBodyS3LocationArgs>
The `BodyS3Location`
property specifies an S3 location from which to import an OpenAPI definition. Supported only for HTTP APIs.