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¶
Arguments¶
maxResultsAn optional parameter that specifies the maximum number of results to return. You can use
nextTokento display the next page of results.namespaceNameThe namespace from which to list all snapshot copy configurations.
nextTokenIf
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
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
)
)
)