Learn R Programming

paws.database (version 0.1.7)

elasticache_batch_apply_update_action: Apply the service update

Description

Apply the service update. For more information on service updates and applying them, see Applying Service Updates.

Usage

elasticache_batch_apply_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_apply_update_action(
  ReplicationGroupIds = list(
    "string"
  ),
  CacheClusterIds = list(
    "string"
  ),
  ServiceUpdateName = "string"
)