AWS::DMS::ReplicationInstanceResource Type definition for AWS::DMS::ReplicationInstance
17 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ReplicationInstanceClass | string | Required |
AllocatedStorage | integer | |
AllowMajorVersionUpgrade | boolean | |
AutoMinorVersionUpgrade | boolean | |
AvailabilityZone | string | |
DnsNameServers | string | Create-only |
EngineVersion | string | |
KmsKeyId | string | Create-only |
MultiAZ | boolean | |
NetworkType | string | |
PreferredMaintenanceWindow | string | |
PubliclyAccessible | boolean | Create-only |
ReplicationInstanceIdentifier | string | |
ReplicationSubnetGroupIdentifier | string | Create-only |
ResourceIdentifier | string | Create-only |
Tags | Array<Tag> | |
VpcSecurityGroupIds | Array<string> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
ReplicationInstancePrivateIpAddresses | string | - |
ReplicationInstancePublicIpAddresses | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DMS::ReplicationInstance
Resources:
MyResource:
Type: AWS::DMS::ReplicationInstance
Properties:
ReplicationInstanceClass: "value"
Tags:
- Key: Environment
Value: ProductionOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
KmsKeyIdResourceIdentifierDnsNameServersReplicationSubnetGroupIdentifierPubliclyAccessible