Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateReplicationConfigurationTemplateRequest

import type { CreateReplicationConfigurationTemplateRequest } from "https://aws-api.deno.dev/v0.4/services/drs.ts?docs=full";
interface CreateReplicationConfigurationTemplateRequest {
associateDefaultSecurityGroup: boolean;
bandwidthThrottling: number;
createPublicIP: boolean;
ebsEncryptionKeyArn?: string | null;
pitPolicy: PITPolicyRule[];
replicationServerInstanceType: string;
replicationServersSecurityGroupsIDs: string[];
stagingAreaSubnetId: string;
stagingAreaTags: {
[key: string]: string | null | undefined;
}
;
tags?: {
[key: string]: string | null | undefined;
}
| null;
useDedicatedReplicationServer: boolean;
}

§Properties

§
associateDefaultSecurityGroup: boolean
[src]

Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template.

§
bandwidthThrottling: number
[src]

Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.

§
createPublicIP: boolean
[src]

Whether to create a Public IP for the Recovery Instance by default.

§

The data plane routing mechanism that will be used for replication.

§

The Staging Disk EBS volume type to be used during replication.

§

The type of EBS encryption to be used during replication.

§
ebsEncryptionKeyArn?: string | null
[src]

The ARN of the EBS encryption key to be used during replication.

§
pitPolicy: PITPolicyRule[]
[src]

The Point in time (PIT) policy to manage snapshots taken during replication.

§
replicationServerInstanceType: string
[src]

The instance type to be used for the replication server.

§
replicationServersSecurityGroupsIDs: string[]
[src]

The security group IDs that will be used by the replication server.

§
stagingAreaSubnetId: string
[src]

The subnet to be used by the replication staging area.

§
stagingAreaTags: {
[key: string]: string | null | undefined;
}
[src]

A set of tags to be associated with all resources created in the replication staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A set of tags to be associated with the Replication Configuration Template resource.

§
useDedicatedReplicationServer: boolean
[src]

Whether to use a dedicated Replication Server in the replication staging area.