View source: R/drs_operations.R
drs_describe_replication_configuration_templates | R Documentation |
Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
See https://www.paws-r-sdk.com/docs/drs_describe_replication_configuration_templates/ for full documentation.
drs_describe_replication_configuration_templates(
maxResults = NULL,
nextToken = NULL,
replicationConfigurationTemplateIDs = NULL
)
maxResults |
Maximum number of Replication Configuration Templates to retrieve. |
nextToken |
The token of the next Replication Configuration Template to retrieve. |
replicationConfigurationTemplateIDs |
The IDs of the Replication Configuration Templates to retrieve. An empty list means all Replication Configuration Templates. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.