applications
Retrieves a list of applications
in a region
Overview
Name | applications |
Type | Resource |
Description | applications |
Id | awscc.iotfleethub.applications |
Fields
Name | Datatype | Description |
---|---|---|
application_id | string | The ID of the application. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
application_id
FROM awscc.iotfleethub.applications
WHERE region = 'us-east-1'
Permissions
To operate on the applications
resource, the following permissions are required:
Create
iotfleethub:CreateApplication,
iotfleethub:TagResource,
iam:PassRole,
sso:CreateManagedApplicationInstance,
sso:DescribeRegisteredRegions
List
iotfleethub:ListApplications