class Aws::Lightsail::Types::DeleteBucketRequest
@note When making an API call, you may pass DeleteBucketRequest
data as a hash: { bucket_name: "BucketName", # required force_delete: false, }
@!attribute [rw] bucket_name
The name of the bucket to delete. Use the GetBuckets action to get a list of bucket names that you can specify. @return [String]
@!attribute [rw] force_delete
A Boolean value that indicates whether to force delete the bucket. You must force delete the bucket if it has one of the following conditions: * The bucket is the origin of a distribution. * The bucket has instances that were granted access to it using the SetResourceAccessForBucket action. * The bucket has objects. * The bucket has access keys. Force deleting a bucket might impact other resources that rely on the bucket, such as instances, distributions, or software that use the issued access keys. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DeleteBucketRequest AWS API Documentation
Constants
- SENSITIVE