aws.ivs_realtime.list_storage_configurations
Example SQL Queries
SELECT * FROMaws.ivs_realtime.list_storage_configurations;Description
Gets summary information about all storage configurations in your account, in the AWS region where the API request is processed.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column Maximum number of storage configurations to return. Default: your service quota or 100, whichever is smaller. | BIGINT |
| next_token Input Column If there are more storage configurations than maxResults, use nextToken in the request to get the next set. | 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
| |
| storage_configurations List of the matching storage configurations. | STRUCT( |
Show child fields
| |