Delete Snapshot Copy Configuration
redshiftserverless_delete_snapshot_copy_configuration | R Documentation |
Deletes a snapshot copy configuration¶
Description¶
Deletes a snapshot copy configuration
Usage¶
Arguments¶
snapshotCopyConfigurationId
[required] The ID of the snapshot copy configuration to delete.
Value¶
A list with the following syntax:
list(
snapshotCopyConfiguration = list(
destinationKmsKeyId = "string",
destinationRegion = "string",
namespaceName = "string",
snapshotCopyConfigurationArn = "string",
snapshotCopyConfigurationId = "string",
snapshotRetentionPeriod = 123
)
)