Delete Table Bucket Encryption
s3tables_delete_table_bucket_encryption | R Documentation |
Deletes the encryption configuration for a table bucket¶
Description¶
Deletes the encryption configuration for a table bucket.
Permissions¶
You must have the s3tables:DeleteTableBucketEncryption
permission to
use this operation.
Usage¶
s3tables_delete_table_bucket_encryption(tableBucketARN)
Arguments¶
tableBucketARN |
[required] The Amazon Resource Name (ARN) of the table bucket. |
Value¶
An empty list.
Request syntax¶
svc$delete_table_bucket_encryption(
tableBucketARN = "string"
)