applications
Retrieves a list of applications
in a region
Overview
Name | applications |
Type | Resource |
Description | applications |
Id | awscc.systemsmanagersap.applications |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The ARN of the Helix application |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.systemsmanagersap.applications
WHERE region = 'us-east-1'
Permissions
To operate on the applications
resource, the following permissions are required:
Create
ssm-sap:RegisterApplication,
ssm-sap:GetApplication,
ssm-sap:TagResource,
ssm-sap:ListTagsForResource
List
ssm-sap:ListApplications