Learn R Programming

paws.database (version 0.1.7)

elasticache_batch_stop_update_action: Stop the service update

Description

Stop the service update. For more information on service updates and stopping them, see Stopping Service Updates.

Usage

elasticache_batch_stop_update_action(ReplicationGroupIds,
  CacheClusterIds, ServiceUpdateName)

Arguments

ReplicationGroupIds

The replication group IDs

CacheClusterIds

The cache cluster IDs

ServiceUpdateName

[required] The unique ID of the service update

Request syntax

svc$batch_stop_update_action(
  ReplicationGroupIds = list(
    "string"
  ),
  CacheClusterIds = list(
    "string"
  ),
  ServiceUpdateName = "string"
)