aws.ivs_realtime.get_storage_configuration
Example SQL Queries
SELECT * FROMaws.ivs_realtime.get_storage_configurationWHERE"arn" = 'VALUE';Description
Gets the storage configuration for the specified ARN.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column ARN of the storage configuration to be retrieved. | 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_configuration The StorageConfiguration that was returned. | STRUCT( |
Show child fields
| |