| Column Name | Column Data Type |
filters Input Column
Filters applied to the replication configs. | STRUCT( "name" VARCHAR, "values" VARCHAR[] )[] |
Show child fields- filters[]
Show child fields- filters[].name
The name of the filter as specified for a Describe* or similar operation.
- filters[].values[]
|
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. | 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( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
Show child fields- _aws_profile.account_id
The AWS account id
- _aws_profile.assumed_role_arn
The ARN of the assumed role
- _aws_profile.name
The unique name of the profile.
- _aws_profile.organization
Information about this profile's membership in the AWS organization. Show child fields- _aws_profile.organization.account_name
The name of account speciifed by the organization
- _aws_profile.organization.id
The organization id
- _aws_profile.organization.master_account
Show child fields- _aws_profile.organization.master_account.email
The organization master account email address
- _aws_profile.organization.master_account.id
The organization master account id
- _aws_profile.organization.parents[]
Show child fields- _aws_profile.organization.parents[].id
The id of the parent
- _aws_profile.organization.parents[].name
The name of the parent
- _aws_profile.organization.parents[].tags[]
Show child fields- _aws_profile.organization.parents[].tags[].key
- _aws_profile.organization.parents[].tags[].value
- _aws_profile.organization.parents[].type
The type of parent can be an organization unit or a root
- _aws_profile.organization.tags[]
Show child fields- _aws_profile.organization.tags[].key
- _aws_profile.organization.tags[].value
- _aws_profile.type
The type of profile, either 'credentials' or 'assumed_role'
- _aws_profile.via_profile_name
This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.
|
_aws_region Input Column
The AWS region to use. | VARCHAR |
replication_configs
Returned configuration parameters that describe each provisioned DMS Serverless replication. | STRUCT( "replication_config_identifier" VARCHAR, "replication_config_arn" VARCHAR, "source_endpoint_arn" VARCHAR, "target_endpoint_arn" VARCHAR, "replication_type" VARCHAR, "compute_config" STRUCT( "availability_zone" VARCHAR, "dns_name_servers" VARCHAR, "kms_key_id" VARCHAR, "max_capacity_units" BIGINT, "min_capacity_units" BIGINT, "multi_az" BOOLEAN, "preferred_maintenance_window" VARCHAR, "replication_subnet_group_id" VARCHAR, "vpc_security_group_ids" VARCHAR[] ), "replication_settings" VARCHAR, "supplemental_settings" VARCHAR, "table_mappings" VARCHAR, "replication_config_create_time" TIMESTAMP_S, "replication_config_update_time" TIMESTAMP_S )[] |
Show child fields- replication_configs[]
Show child fields- replication_configs[].compute_config
Configuration parameters for provisioning an DMS serverless replication. Show child fields- replication_configs[].compute_config.availability_zone
The Availability Zone where the DMS Serverless replication using this configuration will run. The default value is a random, system-chosen Availability Zone in the configuration's Amazon Web Services Region, for example, "us-west-2". You can't set this parameter if the MultiAZ parameter is set to true.
- replication_configs[].compute_config.dns_name_servers
A list of custom DNS name servers supported for the DMS Serverless replication to access your source or target database. This list overrides the default name servers supported by the DMS Serverless replication. You can specify a comma-separated list of internet addresses for up to four DNS name servers. For example: "1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"
- replication_configs[].compute_config.kms_key_id
An Key Management Service (KMS) key Amazon Resource Name (ARN) that is used to encrypt the data during DMS Serverless replication. If you don't specify a value for the KmsKeyId parameter, DMS uses your default encryption key. KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.
- replication_configs[].compute_config.max_capacity_units
Specifies the maximum value of the DMS capacity units (DCUs) for which a given DMS Serverless replication can be provisioned. A single DCU is 2GB of RAM, with 1 DCU as the minimum value allowed. The list of valid DCU values includes 1, 2, 4, 8, 16, 32, 64, 128, 192, 256, and 384. So, the maximum value that you can specify for DMS Serverless is 384. The MaxCapacityUnits parameter is the only DCU parameter you are required to specify.
- replication_configs[].compute_config.min_capacity_units
Specifies the minimum value of the DMS capacity units (DCUs) for which a given DMS Serverless replication can be provisioned. A single DCU is 2GB of RAM, with 1 DCU as the minimum value allowed. The list of valid DCU values includes 1, 2, 4, 8, 16, 32, 64, 128, 192, 256, and 384. So, the minimum DCU value that you can specify for DMS Serverless is 1. You don't have to specify a value for the MinCapacityUnits parameter. If you don't set this value, DMS scans the current activity of available source tables to identify an optimum setting for this parameter. If there is no current source activity or DMS can't otherwise identify a more appropriate value, it sets this parameter to the minimum DCU value allowed, 1.
- replication_configs[].compute_config.multi_az
Specifies whether the DMS Serverless replication is a Multi-AZ deployment. You can't set the AvailabilityZone parameter if the MultiAZ parameter is set to true.
- replication_configs[].compute_config.preferred_maintenance_window
The weekly time range during which system maintenance can occur for the DMS Serverless replication, in Universal Coordinated Time (UTC). The format is ddd:hh24:mi-ddd:hh24:mi. The default is a 30-minute window selected at random from an 8-hour block of time per Amazon Web Services Region. This maintenance occurs on a random day of the week. Valid values for days of the week include Mon, Tue, Wed, Thu, Fri, Sat, and Sun. Constraints include a minimum 30-minute window.
- replication_configs[].compute_config.replication_subnet_group_id
Specifies a subnet group identifier to associate with the DMS Serverless replication.
- replication_configs[].compute_config.vpc_security_group_ids[]
- replication_configs[].replication_config_arn
The Amazon Resource Name (ARN) of this DMS Serverless replication configuration.
- replication_configs[].replication_config_create_time
The time the serverless replication config was created.
- replication_configs[].replication_config_identifier
The identifier for the ReplicationConfig associated with the replication.
- replication_configs[].replication_config_update_time
The time the serverless replication config was updated.
- replication_configs[].replication_settings
Configuration parameters for an DMS serverless replication.
- replication_configs[].replication_type
The type of the replication.
- replication_configs[].source_endpoint_arn
The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.
- replication_configs[].supplemental_settings
Additional parameters for an DMS serverless replication.
- replication_configs[].table_mappings
Table mappings specified in the replication.
- replication_configs[].target_endpoint_arn
The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.
|