storage_configurations_list_only
Lists storage_configurations
in a region or regions, for all properties use storage_configurations
Overview
Name | storage_configurations_list_only |
Type | Resource |
Description | Resource Type definition for AWS::IVS::StorageConfiguration |
Id | aws.ivs.storage_configurations_list_only |
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. |
tags | array | A list of key-value pairs that contain metadata for the asset model. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all storage_configurations
in a region.
SELECT
region,
arn
FROM aws.ivs.storage_configurations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the storage_configurations_list_only
resource, see storage_configurations