aws.mediastore.get_cors_policy
Example SQL Queries
SELECT * FROMaws.mediastore.get_cors_policyWHERE"container_name" = 'VALUE';Description
Returns the cross-origin resource sharing (CORS) configuration information that is set for the container.
To use this operation, you must have permission to perform the MediaStore:GetCorsPolicy action. By default, the container owner has this permission and can grant it to others.
Table Definition
| Column Name | Column Data Type |
|---|---|
| container_name Required Input Column The name of the container that the policy is assigned to. | 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 |
| cors_policy The CORS policy assigned to the container. | STRUCT( |
Show child fields
| |