awscc.iotfleethub_application

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - iotfleethub:DeleteApplication, iotfleethub:DescribeApplication, sso:DeleteManagedApplicationInstance

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    description: To add or update tag, provide both key and value. To delete tag,
      provide only tag key to be deleted.
    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 1 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: 1
        type: string
    required:
    - Key
    - Value
    type: object
properties:
  ApplicationDescription:
    description: Application Description, should be between 1 and 2048 characters.
    maxLength: 2048
    minLength: 1
    pattern: ^[ -~]*$
    type: string
  ApplicationName:
    description: Application Name, should be between 1 and 256 characters.
    maxLength: 256
    minLength: 1
    pattern: ^[ -~]*$
    type: string
  RoleArn:
    description: The ARN of the role that the web application assumes when it interacts
      with AWS IoT Core. For more info on configuring this attribute, see https://docs.aws.amazon.com/iot/latest/apireference/API_iotfleethub_CreateApplication.html#API_iotfleethub_CreateApplication_RequestSyntax
    maxLength: 1600
    minLength: 1
    pattern: ^arn:[!-~]+$
    type: string
  Tags:
    description: A list of key-value pairs that contain metadata for the application.
    insertionOrder: false
    items:
      additionalProperties: false
      description: To add or update tag, provide both key and value. To delete tag,
        provide only tag key to be deleted.
      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 1 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: 1
          type: string
      required:
      - Key
      - Value
      type: object
    maxItems: 50
    minItems: 0
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - iotfleethub:UpdateApplication, iotfleethub:DescribeApplication, iotfleethub:TagResource, iotfleethub:UntagResource