awscc.robomaker_robot

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - robomaker:DescribeRobot, robomaker:DeleteRobot, robomaker:DeregisterRobot

update

Parent base class for filters and actions.

definitions:
  Arn:
    pattern: arn:[\w+=/,.@-]+:[\w+=/,.@-]+:[\w+=/,.@-]*:[0-9]*:[\w+=,.@-]+(/[\w+=,.@-]+)*
    type: string
  Tags:
    additionalProperties: false
    description: A key-value pair to associate with a resource.
    patternProperties:
      ^[a-zA-Z0-9-]{1,128}$:
        description: 'The value for the tag. You can specify a value that is 1 to
          255 Unicode characters in length and cannot be prefixed with aws:. You can
          use any of the following characters: the set of Unicode letters, digits,
          whitespace, _, ., /, =, +, and -.'
        maxLength: 256
        minLength: 1
        type: string
    type: object
properties:
  Tags:
    additionalProperties: false
    description: A key-value pair to associate with a resource.
    patternProperties:
      ^[a-zA-Z0-9-]{1,128}$:
        description: 'The value for the tag. You can specify a value that is 1 to
          255 Unicode characters in length and cannot be prefixed with aws:. You can
          use any of the following characters: the set of Unicode letters, digits,
          whitespace, _, ., /, =, +, and -.'
        maxLength: 256
        minLength: 1
        type: string
    type: object
  type:
    enum:
    - update

Permissions - robomaker:TagResource, robomaker:UntagResource