aws.ssm_sap.list_databases
Example SQL Queries
SELECT * FROMaws.ssm_sap.list_databases;Description
Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Input Column The ID of the application. | VARCHAR |
| component_id Input Column The ID of the component. | 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 |
| arn The Amazon Resource Name (ARN) of the database. | VARCHAR |
| database_id The ID of the database. | VARCHAR |
| database_type The type of the database. | VARCHAR |
| tags The tags of the database. | MAP(VARCHAR, VARCHAR) |