The name of the bucket containing the metrics configuration to retrieve.
VARCHAR
idRequired Input Column
The ID used to identify the metrics configuration. The ID has a 64 character limit and can only contain letters, numbers, periods, dashes, and underscores.
VARCHAR
expected_bucket_ownerInput Column
The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code 403 Forbidden (access denied).
VARCHAR
_aws_profileInput Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role.
Specifies a metrics configuration filter. The metrics configuration will only include objects that meet the filter's criteria. A filter must be a prefix, an object tag, an access point ARN, or a conjunction (MetricsAndOperator).
Show child fields
metrics_configuration.filter.access_point_arn
The access point ARN used when evaluating a metrics filter.
metrics_configuration.filter.and
A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates, and an object must match all of the predicates in order for the filter to apply.
Show child fields
metrics_configuration.filter.and.access_point_arn
The access point ARN used when evaluating an AND predicate.
metrics_configuration.filter.and.prefix
The prefix used when evaluating an AND predicate.
metrics_configuration.filter.and.tags[]
Show child fields
metrics_configuration.filter.and.tags[].key
Name of the object key.
metrics_configuration.filter.and.tags[].value
Value of the tag.
metrics_configuration.filter.prefix
The prefix used when evaluating a metrics filter.
metrics_configuration.filter.tag
The tag used when evaluating a metrics filter.
Show child fields
metrics_configuration.filter.tag.key
Name of the object key.
metrics_configuration.filter.tag.value
Value of the tag.
metrics_configuration.id
The ID used to identify the metrics configuration. The ID has a 64 character limit and can only contain letters, numbers, periods, dashes, and underscores.