Get Storage Configuration
ivsrealtime_get_storage_configuration | R Documentation |
Gets the storage configuration for the specified ARN¶
Description¶
Gets the storage configuration for the specified ARN.
Usage¶
Arguments¶
arn
[required] ARN of the storage configuration to be retrieved.
Value¶
A list with the following syntax:
list(
storageConfiguration = list(
arn = "string",
name = "string",
s3 = list(
bucketName = "string"
),
tags = list(
"string"
)
)
)