List Snapshot Copy Configurations
redshiftserverless_list_snapshot_copy_configurations | R Documentation |
Returns a list of snapshot copy configurations¶
Description¶
Returns a list of snapshot copy configurations.
Usage¶
redshiftserverless_list_snapshot_copy_configurations(maxResults,
namespaceName, nextToken)
Arguments¶
maxResults |
An optional parameter that specifies the maximum number of
results to return. You can use |
namespaceName |
The namespace from which to list all snapshot copy configurations. |
nextToken |
If |
Value¶
A list with the following syntax:
list(
nextToken = "string",
snapshotCopyConfigurations = list(
list(
destinationKmsKeyId = "string",
destinationRegion = "string",
namespaceName = "string",
snapshotCopyConfigurationArn = "string",
snapshotCopyConfigurationId = "string",
snapshotRetentionPeriod = 123
)
)
)
Request syntax¶
svc$list_snapshot_copy_configurations(
maxResults = 123,
namespaceName = "string",
nextToken = "string"
)