Put Table Bucket Metrics Configuration
| s3tables_put_table_bucket_metrics_configuration | R Documentation |
Sets the metrics configuration for a table bucket¶
Description¶
Sets the metrics configuration for a table bucket.
Permissions¶
You must have the s3tables:PutTableBucketMetricsConfiguration
permission to use this operation.
Usage¶
s3tables_put_table_bucket_metrics_configuration(tableBucketARN)
Arguments¶
tableBucketARN |
[required] The Amazon Resource Name (ARN) of the table bucket. |
Value¶
An empty list.
Request syntax¶
svc$put_table_bucket_metrics_configuration(
tableBucketARN = "string"
)