awscc.iot_scheduledaudit

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - iot:DescribeScheduledAudit, iot:DeleteScheduledAudit

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 tag's key.
        maxLength: 128
        minLength: 1
        type: string
      Value:
        description: The tag's value.
        maxLength: 256
        minLength: 1
        type: string
    required:
    - Value
    - Key
    type: object
properties:
  DayOfMonth:
    description: The day of the month on which the scheduled audit takes place. Can
      be 1 through 31 or LAST. This field is required if the frequency parameter is
      set to MONTHLY.
    pattern: ^([1-9]|[12][0-9]|3[01])$|^LAST$
    type: string
  DayOfWeek:
    description: The day of the week on which the scheduled audit takes place. Can
      be one of SUN, MON, TUE,WED, THU, FRI, or SAT. This field is required if the
      frequency parameter is set to WEEKLY or BIWEEKLY.
    enum:
    - SUN
    - MON
    - TUE
    - WED
    - THU
    - FRI
    - SAT
    type: string
  Frequency:
    description: How often the scheduled audit takes place. Can be one of DAILY, WEEKLY,
      BIWEEKLY, or MONTHLY.
    enum:
    - DAILY
    - WEEKLY
    - BIWEEKLY
    - MONTHLY
    type: string
  Tags:
    description: An array of key-value pairs to apply to this resource.
    insertionOrder: false
    items:
      additionalProperties: false
      description: A key-value pair to associate with a resource.
      properties:
        Key:
          description: The tag's key.
          maxLength: 128
          minLength: 1
          type: string
        Value:
          description: The tag's value.
          maxLength: 256
          minLength: 1
          type: string
      required:
      - Value
      - Key
      type: object
    maxItems: 50
    type: array
    uniqueItems: true
  TargetCheckNames:
    description: Which checks are performed during the scheduled audit. Checks must
      be enabled for your account.
    insertionOrder: false
    items:
      type: string
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - iot:UpdateScheduledAudit, iot:ListTagsForResource, iot:UntagResource, iot:TagResource