aws.ssm_sap.list_applications
Example SQL Queries
SELECT * FROMaws.ssm_sap.list_applications;Description
Lists all the applications registered with AWS Systems Manager for SAP.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column The filter of name, value, and operator. | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the application. | VARCHAR |
| discovery_status The status of the latest discovery. | VARCHAR |
| id The ID of the application. | VARCHAR |
| tags The tags on the application. | MAP(VARCHAR, VARCHAR) |
| type The type of the application. | VARCHAR |