--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_iotfleethub_application Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::IoTFleetHub::Application --- # awscc_iotfleethub_application (Data Source) Data Source schema for AWS::IoTFleetHub::Application ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `application_arn` (String) The ARN of the application. - `application_creation_date` (Number) When the Application was created - `application_description` (String) Application Description, should be between 1 and 2048 characters. - `application_id` (String) The ID of the application. - `application_last_update_date` (Number) When the Application was last updated - `application_name` (String) Application Name, should be between 1 and 256 characters. - `application_state` (String) The current state of the application. - `application_url` (String) The URL of the application. - `error_message` (String) A message indicating why Create or Delete Application failed. - `role_arn` (String) 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 - `sso_client_id` (String) The AWS SSO application generated client ID (used with AWS SSO APIs). - `tags` (Attributes Set) A list of key-value pairs that contain metadata for the application. (see [below for nested schema](#nestedatt--tags)) ### Nested Schema for `tags` Read-Only: - `key` (String) 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) 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 -.