aws.dms.describe_replication_instance_task_logs
Example SQL Queries
SELECT * FROMaws.dms.describe_replication_instance_task_logsWHERE"replication_instance_arn" = 'VALUE';Description
Returns information about the task logs for the specified task.
Table Definition
| Column Name | Column Data Type |
|---|---|
| replication_instance_arn Required Input Column The Amazon Resource Name (ARN) of the replication instance. | VARCHAR |
| marker Input Column An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. | VARCHAR |
| max_records Input Column The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100 Constraints: Minimum 20, maximum 100. | BIGINT |
| _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 |
| replication_instance_task_logs An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes). | STRUCT( |
Show child fields
| |