awscc.sagemaker_device

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - sagemaker:DeregisterDevices

update

Parent base class for filters and actions.

definitions:
  Device:
    additionalProperties: false
    description: Edge device you want to create
    properties:
      Description:
        description: Description of the device
        maxLength: 40
        minLength: 1
        pattern: '[\S\s]+'
        type: string
      DeviceName:
        description: The name of the device
        maxLength: 63
        minLength: 1
        pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*$
        type: string
      IotThingName:
        description: AWS Internet of Things (IoT) object name.
        maxLength: 128
        pattern: '[a-zA-Z0-9:_-]+'
        type: string
    required:
    - DeviceName
    type: object
  Tag:
    additionalProperties: false
    properties:
      Key:
        description: 'The key name of the tag. You can specify a value that is 1 to
          127 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
        pattern: ^((?!aws:)[\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
        type: string
      Value:
        description: 'The key value of the tag. You can specify a value that is 1
          to 127 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
        pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
        type: string
    required:
    - Key
    - Value
    type: object
properties:
  Device:
    additionalProperties: false
    description: Edge device you want to create
    properties:
      Description:
        description: Description of the device
        maxLength: 40
        minLength: 1
        pattern: '[\S\s]+'
        type: string
      DeviceName:
        description: The name of the device
        maxLength: 63
        minLength: 1
        pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*$
        type: string
      IotThingName:
        description: AWS Internet of Things (IoT) object name.
        maxLength: 128
        pattern: '[a-zA-Z0-9:_-]+'
        type: string
    required:
    - DeviceName
    type: object
  Tags:
    description: Associate tags with the resource
    items:
      additionalProperties: false
      properties:
        Key:
          description: 'The key name of the tag. You can specify a value that is 1
            to 127 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
          pattern: ^((?!aws:)[\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
          type: string
        Value:
          description: 'The key value of the tag. You can specify a value that is
            1 to 127 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
          pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
          type: string
      required:
      - Key
      - Value
      type: object
    type: array
  type:
    enum:
    - update

Permissions - sagemaker:UpdateDevices