aws.ssm_sap.get_application
Example SQL Queries
SELECT * FROMaws.ssm_sap.get_application;Description
Gets an application registered with AWS Systems Manager for SAP. It also returns the components of the application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_registry_arn Input Column The Amazon Resource Name (ARN) of the application registry. | VARCHAR |
| application_arn Input Column The Amazon Resource Name (ARN) of the application. | VARCHAR |
| application_id Input Column The ID of the application. | VARCHAR |
| _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 |
| application Returns all of the metadata of an application registered with AWS Systems Manager for SAP. | STRUCT( |
Show child fields
| |
| tags The tags of a registered application. | MAP(VARCHAR, VARCHAR) |