Skip to content

aws.drs.describe_replication_configuration_templates

Example SQL Queries

SELECT * FROM
aws.drs.describe_replication_configuration_templates;

Description

Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.

Table Definition

Column NameColumn 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
replication_configuration_template_i_ds[]
_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
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(
"enabled" BOOLEAN,
"interval" BIGINT,
"retention_duration" BIGINT,
"rule_id" BIGINT,
"units" VARCHAR
)[]
Show child fields
pit_policy[]
Show child fields
pit_policy[].enabled

Whether this rule is enabled or not.

pit_policy[].interval

How often, in the chosen units, a snapshot should be taken.

pit_policy[].retention_duration

The duration to retain a snapshot for, in the chosen units.

pit_policy[].rule_id

The ID of the rule.

pit_policy[].units

The units used to measure the interval and retentionDuration.

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
replication_servers_security_groups_i_ds[]
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