aws.mediastore.get_metric_policy
Example SQL Queries
SELECT * FROMaws.mediastore.get_metric_policyWHERE"container_name" = 'VALUE';Description
Returns the metric policy for the specified container.
Table Definition
| Column Name | Column Data Type |
|---|---|
| container_name Required Input Column The name of the container that is associated with the metric policy. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| metric_policy The metric policy that is associated with the specific container. | STRUCT( |
Show child fields
| |