awscc.iotcoredeviceadvisor_suitedefinition

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - iotdeviceadvisor:DeleteSuiteDefinition

update

Parent base class for filters and actions.

definitions:
  DevicePermissionRoleArn:
    description: The device permission role arn of the test suite.
    maxLength: 2048
    minLength: 20
    type: string
  DeviceUnderTest:
    additionalProperties: false
    properties:
      CertificateArn:
        maxLength: 2048
        minLength: 20
        type: string
      ThingArn:
        maxLength: 2048
        minLength: 20
        type: string
    type: object
  Devices:
    description: The devices being tested in the test suite
    items:
      additionalProperties: false
      properties:
        CertificateArn:
          maxLength: 2048
          minLength: 20
          type: string
        ThingArn:
          maxLength: 2048
          minLength: 20
          type: string
      type: object
    maxItems: 2
    minItems: 0
    type: array
  IntendedForQualification:
    description: Whether the tests are intended for qualification in a suite.
    type: boolean
  RootGroup:
    description: The root group of the test suite.
    maxLength: 2048
    minLength: 1
    type: string
  SuiteDefinitionName:
    description: The Name of the suite definition.
    maxLength: 256
    minLength: 1
    type: string
  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:. You can
          use any of the following characters: the set of Unicode letters, digits,
          whitespace, _, ., /, =, +, and -.'
        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:. You can
          use any of the following characters: the set of Unicode letters, digits,
          whitespace, _, ., /, =, +, and -.'
        maxLength: 256
        minLength: 0
        type: string
    required:
    - Key
    - Value
    type: object
properties:
  SuiteDefinitionConfiguration:
    additionalProperties: false
    properties:
      DevicePermissionRoleArn:
        description: The device permission role arn of the test suite.
        maxLength: 2048
        minLength: 20
        type: string
      Devices:
        description: The devices being tested in the test suite
        items:
          additionalProperties: false
          properties:
            CertificateArn:
              maxLength: 2048
              minLength: 20
              type: string
            ThingArn:
              maxLength: 2048
              minLength: 20
              type: string
          type: object
        maxItems: 2
        minItems: 0
        type: array
      IntendedForQualification:
        description: Whether the tests are intended for qualification in a suite.
        type: boolean
      RootGroup:
        description: The root group of the test suite.
        maxLength: 2048
        minLength: 1
        type: string
      SuiteDefinitionName:
        description: The Name of the suite definition.
        maxLength: 256
        minLength: 1
        type: string
    required:
    - DevicePermissionRoleArn
    - RootGroup
    type: object
  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 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:.
            You can use any of the following characters: the set of Unicode letters,
            digits, whitespace, _, ., /, =, +, and -.'
          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:. You
            can use any of the following characters: the set of Unicode letters, digits,
            whitespace, _, ., /, =, +, and -.'
          maxLength: 256
          minLength: 0
          type: string
      required:
      - Key
      - Value
      type: object
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - iotdeviceadvisor:UpdateSuiteDefinition, iotdeviceadvisor:GetSuiteDefinition, iotdeviceadvisor:UntagResource, iotdeviceadvisor:TagResource