application_tags
Expands all tag keys and values for applications
in a region
Overview
Name | application_tags |
Type | Resource |
Description | Resource schema for AWS::IoTFleetHub::Application |
Id | aws.iotfleethub.application_tags |
Fields
Name | Datatype | Description |
---|---|---|
application_id | string | The ID of the application. |
application_arn | string | The ARN of the application. |
application_name | string | Application Name, should be between 1 and 256 characters. |
application_description | string | Application Description, should be between 1 and 2048 characters. |
application_url | string | The URL of the application. |
application_state | string | The current state of the application. |
application_creation_date | integer | When the Application was created |
application_last_update_date | integer | When the Application was last updated |
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). |
error_message | string | A message indicating why Create or Delete Application failed. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all applications
in a region.
SELECT
region,
application_id,
application_arn,
application_name,
application_description,
application_url,
application_state,
application_creation_date,
application_last_update_date,
role_arn,
sso_client_id,
error_message,
tag_key,
tag_value
FROM aws.iotfleethub.application_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the application_tags
resource, see applications