awscc.detective_graph

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - detective:DeleteGraph

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    description: A key-value pair to associate with a resource.
    properties:
      Key:
        description: 'The key name of the tag. You can specify a value that is 1 to
          128 Unicode characters in length and cannot be prefixed with aws:. Valid
          characters are Unicode letters, digits, white space, and any of the following
          symbols: _ . : / = + - @ '
        maxLength: 128
        minLength: 1
        type: string
      Value:
        description: 'The value for the tag. You can specify a value that is 0 to
          256 Unicode characters in length and cannot be prefixed with aws:. Valid
          characters are Unicode letters, digits, white space, and any of the following
          symbols: _ . : / = + - @ '
        maxLength: 256
        minLength: 0
        type: string
    type: object
properties:
  Tags:
    items:
      additionalProperties: false
      description: A key-value pair to associate with a resource.
      properties:
        Key:
          description: 'The key name of the tag. You can specify a value that is 1
            to 128 Unicode characters in length and cannot be prefixed with aws:.
            Valid characters are Unicode letters, digits, white space, and any of
            the following symbols: _ . : / = + - @ '
          maxLength: 128
          minLength: 1
          type: string
        Value:
          description: 'The value for the tag. You can specify a value that is 0 to
            256 Unicode characters in length and cannot be prefixed with aws:. Valid
            characters are Unicode letters, digits, white space, and any of the following
            symbols: _ . : / = + - @ '
          maxLength: 256
          minLength: 0
          type: string
      type: object
    type: array
  type:
    enum:
    - update

Permissions - detective:UntagResource, detective:TagResource, detective:ListTagsForResource