AwsDmsReplicationInstanceDetails - AWS Security Hub

AwsDmsReplicationInstanceDetails

Provides details about an AWS Database Migration Service (AWS DMS) replication instance. DMS uses a replication instance to connect to your source data store, read the source data, and format the data for consumption by the target data store.

Contents

AllocatedStorage

The amount of storage (in gigabytes) that is allocated for the replication instance.

Type: Integer

Required: No

AutoMinorVersionUpgrade

Indicates whether minor engine upgrades are applied automatically to the replication instance during the maintenance window.

Type: Boolean

Required: No

AvailabilityZone

The Availability Zone that the replication instance is created in. The default value is a random, system-chosen Availability Zone in the endpoint's AWS Region, such as us-east-1d.

Type: String

Pattern: .*\S.*

Required: No

EngineVersion

The engine version number of the replication instance. If an engine version number is not specified when a replication instance is created, the default is the latest engine version available.

Type: String

Pattern: .*\S.*

Required: No

KmsKeyId

An AWS KMS key identifier that is used to encrypt the data on the replication instance. If you don't specify a value for the KmsKeyId parameter, AWS DMS uses your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS Region.

Type: String

Pattern: .*\S.*

Required: No

MultiAZ

Specifies whether the replication instance is deployed across multiple Availability Zones (AZs). You can't set the AvailabilityZone parameter if the MultiAZ parameter is set to true.

Type: Boolean

Required: No

PreferredMaintenanceWindow

The maintenance window times for the replication instance. Upgrades to the replication instance are performed during this time.

Type: String

Pattern: .*\S.*

Required: No

PubliclyAccessible

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

Type: Boolean

Required: No

ReplicationInstanceClass

The compute and memory capacity of the replication instance as defined for the specified replication instance class.

Type: String

Pattern: .*\S.*

Required: No

ReplicationInstanceIdentifier

The replication instance identifier.

Type: String

Pattern: .*\S.*

Required: No

ReplicationSubnetGroup

The subnet group for the replication instance.

Type: AwsDmsReplicationInstanceReplicationSubnetGroupDetails object

Required: No

VpcSecurityGroups

The virtual private cloud (VPC) security group for the replication instance.

Type: Array of AwsDmsReplicationInstanceVpcSecurityGroupsDetails objects

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: