Skip to content

Delete Table Bucket Metrics Configuration

s3tables_delete_table_bucket_metrics_configuration R Documentation

Deletes the metrics configuration for a table bucket

Description

Deletes the metrics configuration for a table bucket.

Permissions

You must have the s3tables:DeleteTableBucketMetricsConfiguration permission to use this operation.

Usage

s3tables_delete_table_bucket_metrics_configuration(tableBucketARN)

Arguments

tableBucketARN

[required] The Amazon Resource Name (ARN) of the table bucket.

Value

An empty list.

Request syntax

svc$delete_table_bucket_metrics_configuration(
  tableBucketARN = "string"
)