Skip to content

Get Table Bucket Metrics Configuration

s3tables_get_table_bucket_metrics_configuration R Documentation

Gets the metrics configuration for a table bucket

Description

Gets the metrics configuration for a table bucket.

Permissions

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

Usage

s3tables_get_table_bucket_metrics_configuration(tableBucketARN)

Arguments

tableBucketARN

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

Value

A list with the following syntax:

list(
  tableBucketARN = "string",
  id = "string"
)

Request syntax

svc$get_table_bucket_metrics_configuration(
  tableBucketARN = "string"
)