awscc.route53recoveryreadiness_readinesscheck

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - route53-recovery-readiness:DeleteReadinessCheck, route53-recovery-readiness:GetReadinessCheck

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:
  ResourceSetName:
    description: The name of the resource set to check.
    maxLength: 64
    minLength: 1
    pattern: '[a-zA-Z0-9_]+'
    type: string
  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:UpdateReadinessCheck, route53-recovery-readiness:GetResourceSet, route53-recovery-readiness:GetReadinessCheck