awscc.route53recoveryreadiness_recoverygroup

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

properties:
  type:
    enum:
    - delete
required:
- type

Permissions - route53-recovery-readiness:DeleteRecoveryGroup, route53-recovery-readiness:GetRecoveryGroup

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    properties:
      Key:
        type: string
      Value:
        insertionOrder: false
        items:
          maxItems: 50
          type: string
        type: array
    required:
    - Value
    - Key
    type: object
properties:
  Cells:
    description: A list of the cell Amazon Resource Names (ARNs) in the recovery group.
    insertionOrder: false
    items:
      maxLength: 256
      minLength: 1
      type: string
    maxItems: 5
    type: array
  Tags:
    description: A collection of tags associated with a resource.
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Key:
          type: string
        Value:
          insertionOrder: false
          items:
            maxItems: 50
            type: string
          type: array
      required:
      - Value
      - Key
      type: object
    type: array
  type:
    enum:
    - update

Permissions - route53-recovery-readiness:UpdateRecoveryGroup, route53-recovery-readiness:GetRecoveryGroup, route53-recovery-readiness:GetCell