aws.drs.describe_replication_configuration_templates
Example SQL Queries
SELECT * FROMaws.drs.describe_replication_configuration_templates;Description
Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| replication_configuration_template_i_ds Input Column The IDs of the Replication Configuration Templates to retrieve. An empty list means all Replication Configuration Templates. | VARCHAR[] |
Show child fields
| |
| _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 Replication Configuration Template ARN. | VARCHAR |
| associate_default_security_group Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template. | BOOLEAN |
| auto_replicate_new_disks Whether to allow the AWS replication agent to automatically replicate newly added disks. | BOOLEAN |
| bandwidth_throttling Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps. | BIGINT |
| create_public_ip Whether to create a Public IP for the Recovery Instance by default. | BOOLEAN |
| data_plane_routing The data plane routing mechanism that will be used for replication. | VARCHAR |
| default_large_staging_disk_type The Staging Disk EBS volume type to be used during replication. | VARCHAR |
| ebs_encryption The type of EBS encryption to be used during replication. | VARCHAR |
| ebs_encryption_key_arn The ARN of the EBS encryption key to be used during replication. | VARCHAR |
| pit_policy The Point in time (PIT) policy to manage snapshots taken during replication. | STRUCT( |
Show child fields
| |
| replication_configuration_template_id The Replication Configuration Template ID. | VARCHAR |
| replication_server_instance_type The instance type to be used for the replication server. | VARCHAR |
| replication_servers_security_groups_i_ds The security group IDs that will be used by the replication server. | VARCHAR[] |
Show child fields
| |
| staging_area_subnet_id The subnet to be used by the replication staging area. | VARCHAR |
| staging_area_tags A set of tags to be associated with all resources created in the replication staging area: EC2 replication server, EBS volumes, EBS snapshots, etc. | MAP(VARCHAR, VARCHAR) |
| tags A set of tags to be associated with the Replication Configuration Template resource. | MAP(VARCHAR, VARCHAR) |
| use_dedicated_replication_server Whether to use a dedicated Replication Server in the replication staging area. | BOOLEAN |