Skip to main content

instance_storage_configs_list_only

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

Overview

Nameinstance_storage_configs_list_only
TypeResource
DescriptionResource Type definition for AWS::Connect::InstanceStorageConfig
Idaws.connect.instance_storage_configs_list_only

Fields

NameDatatypeDescription
instance_arnstringConnect Instance ID with which the storage config will be associated
resource_typestringSpecifies the type of storage resource available for the instance
association_idstringAn associationID is automatically generated when a storage config is associated with an instance
storage_typestringSpecifies the storage type to be associated with the instance
s3_configobject
kinesis_video_stream_configobject
kinesis_stream_configobject
kinesis_firehose_configobject
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all instance_storage_configs in a region.

SELECT
region,
instance_arn,
association_id,
resource_type
FROM aws.connect.instance_storage_configs_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the instance_storage_configs_list_only resource, see instance_storage_configs