aws.connect.describe_instance_storage_config
Example SQL Queries
SELECT * FROMaws.connect.describe_instance_storage_configWHERE"instance_id" = 'VALUE'AND "association_id" = 'VALUE'AND "resource_type" = 'VALUE';Description
This API is in preview release for Amazon Connect and is subject to change.
Retrieves the current storage configurations for the specified resource type, association ID, and instance ID.
Table Definition
| Column Name | Column Data Type |
|---|---|
| association_id Required Input Column The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID. | VARCHAR |
| instance_id Required Input Column The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. | VARCHAR |
| resource_type Required Input Column A valid resource type. | 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 |
| storage_config A valid storage type. | STRUCT( |
Show child fields
| |