aws.sms.get_app_replication_configuration
Example SQL Queries
SELECT * FROMaws.sms.get_app_replication_configuration;Description
Retrieves the application replication configuration associated with the specified application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_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 |
| server_group_replication_configurations The replication configurations associated with server groups in this application. | STRUCT( |
Show child fields
| |