Skip to main content

storage_configurations_list_only

Lists storage_configurations in a region or regions, for all properties use storage_configurations

Overview

Namestorage_configurations_list_only
TypeResource
DescriptionResource Type definition for AWS::IVS::StorageConfiguration
Idaws.ivs.storage_configurations_list_only

Fields

NameDatatypeDescription
arnstringStorage Configuration ARN is automatically generated on creation and assigned as the unique identifier.
namestringStorage Configuration Name.
s3objectA complex type that describes an S3 location where recorded videos will be stored.
tagsarrayA list of key-value pairs that contain metadata for the asset model.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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