Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-iotfleethub-application.json
Parent schema serverless-framework-configuration
Type: object

Resource schema for AWS::IoTFleetHub::Application. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-iotfleethub.git

Properties

ApplicationName string | Aws_CF_FunctionString required

Application Name, should be between 1 and 256 characters.

RoleArn string | Aws_CF_FunctionString required

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

ApplicationDescription string | Aws_CF_FunctionString

Application Description, should be between 1 and 2048 characters.

Tags Tag[]

A list of key-value pairs that contain metadata for the application.

minItems=0maxItems=50uniqueItems=true

Definitions

Tag object

To add or update tag, provide both key and value. To delete tag, provide only tag key to be deleted.

Key string | Aws_CF_FunctionString required

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 -.

Value string | Aws_CF_FunctionString required

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 -.