GetBucketPlainArgs

data class GetBucketPlainArgs(val bucketName: String) : ConvertibleToJava<GetBucketPlainArgs>

Constructors

Link copied to clipboard
constructor(bucketName: String)

Properties

Link copied to clipboard

A name for the bucket. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the bucket name. The bucket name must contain only lowercase letters, numbers, periods (.), and dashes (-) and must follow Amazon S3 bucket restrictions and limitations. For more information, see Rules for naming Amazon S3 buckets in the Amazon S3 User Guide. If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you need to replace the resource, specify a new name.

Functions

Link copied to clipboard
open override fun toJava(): GetBucketPlainArgs