ElastiCache Clusters

Filters

Actions

delete

Delete ElastiCache cluster and any associated replication group. You can specify if you want to skip-snapshot, default is False

Schema:

additionalProperties: false
properties:
  skip-snapshot:
    type: boolean
  type:
    enum:
    - delete
required:
- type
type: object
snapshot

Create a manual ElastiCache cluster snapshot

Schema:

additionalProperties: false
properties:
  type:
    enum:
    - snapshot
required:
- type
type: object