Delete Storage Configuration
ivsrealtime_delete_storage_configuration | R Documentation |
Deletes the storage configuration for the specified ARN¶
Description¶
Deletes the storage configuration for the specified ARN.
If you try to delete a storage configuration that is used by a
Composition, you will get an error (409 ConflictException). To avoid
this, for all Compositions that reference the storage configuration,
first use stop_composition
and wait for it to complete, then use
DeleteStorageConfiguration.
Usage¶
Arguments¶
arn
[required] ARN of the storage configuration to be deleted.
Value¶
An empty list.