aws.mediastore.get_lifecycle_policy
Example SQL Queries
SELECT * FROMaws.mediastore.get_lifecycle_policyWHERE"container_name" = 'VALUE';Description
Retrieves the object lifecycle policy that is assigned to a container.
Table Definition
| Column Name | Column Data Type |
|---|---|
| container_name Required Input Column The name of the container that the object lifecycle 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 |
| lifecycle_policy The object lifecycle policy that is assigned to the container. | VARCHAR |