aws.mediastore.get_container_policy
Example SQL Queries
SELECT * FROMaws.mediastore.get_container_policyWHERE"container_name" = 'VALUE';Description
Retrieves the access policy for the specified container. For information about the data that is included in an access policy, see the AWS Identity and Access Management User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| container_name Required Input Column The name of the container. | 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 |
| policy The contents of the access policy. | VARCHAR |