Skip to main content

applications

Retrieves a list of applications in a region

Overview

Nameapplications
TypeResource
Descriptionapplications
Idawscc.systemsmanagersap.applications

Fields

NameDatatypeDescription
arnstringThe ARN of the Helix application
regionstringAWS 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