Get Table Bucket Result
data class GetTableBucketResult(val tableBucketArn: String? = null, val unreferencedFileRemoval: TableBucketUnreferencedFileRemoval? = null)
Constructors
Link copied to clipboard
constructor(tableBucketArn: String? = null, unreferencedFileRemoval: TableBucketUnreferencedFileRemoval? = null)
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the table bucket.
Link copied to clipboard
The unreferenced file removal settings for your table bucket. Unreferenced file removal identifies and deletes all objects that are not referenced by any table snapshots. For more information, see the Amazon S3 User Guide .