storage_configuration_tags
Expands all tag keys and values for storage_configurations in a region
Overview
| Name | storage_configuration_tags |
| Type | Resource |
| Description | Resource Type definition for AWS::IVS::StorageConfiguration |
| Id | aws.ivs.storage_configuration_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | Storage Configuration ARN is automatically generated on creation and assigned as the unique identifier. |
name | string | Storage Configuration Name. |
s3 | object | A complex type that describes an S3 location where recorded videos will be stored. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all storage_configurations in a region.
SELECT
region,
arn,
name,
s3,
tag_key,
tag_value
FROM aws.ivs.storage_configuration_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the storage_configuration_tags resource, see storage_configurations