awscc.route53recoverycontrol_controlpanel

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - route53-recovery-control-config:DeleteControlPanel

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    properties:
      Key:
        maxLength: 128
        minLength: 1
        type: string
      Value:
        maxLength: 256
        type: string
    required:
    - Value
    - Key
    type: object
properties:
  Name:
    description: The name of the control panel. You can use any non-white space character
      in the name.
    maxLength: 64
    minLength: 1
    type: string
  type:
    enum:
    - update

Permissions - route53-recovery-control-config:UpdateControlPanel, route53-recovery-control-config:DescribeControlPanel