PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::DMS::ReplicationInstance; use Moose; has AllocatedStorage => (is => 'ro', isa => 'Int'); has AutoMinorVersionUpgrade => (is => 'ro', isa => 'Bool'); has AvailabilityZone => (is => 'ro', isa => 'Str'); has DnsNameServers => (is => 'ro', isa => 'Str'); has EngineVersion => (is => 'ro', isa => 'Str'); has FreeUntil => (is => 'ro', isa => 'Str'); has InstanceCreateTime => (is => 'ro', isa => 'Str'); has KmsKeyId => (is => 'ro', isa => 'Str'); has MultiAZ => (is => 'ro', isa => 'Bool'); has PendingModifiedValues => (is => 'ro', isa => 'Paws::DMS::ReplicationPendingModifiedValues'); has PreferredMaintenanceWindow => (is => 'ro', isa => 'Str'); has PubliclyAccessible => (is => 'ro', isa => 'Bool'); has ReplicationInstanceArn => (is => 'ro', isa => 'Str'); has ReplicationInstanceClass => (is => 'ro', isa => 'Str'); has ReplicationInstanceIdentifier => (is => 'ro', isa => 'Str'); has ReplicationInstancePrivateIpAddress => (is => 'ro', isa => 'Str'); has ReplicationInstancePrivateIpAddresses => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has ReplicationInstancePublicIpAddress => (is => 'ro', isa => 'Str'); has ReplicationInstancePublicIpAddresses => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has ReplicationInstanceStatus => (is => 'ro', isa => 'Str'); has ReplicationSubnetGroup => (is => 'ro', isa => 'Paws::DMS::ReplicationSubnetGroup'); has SecondaryAvailabilityZone => (is => 'ro', isa => 'Str'); has VpcSecurityGroups => (is => 'ro', isa => 'ArrayRef[Paws::DMS::VpcSecurityGroupMembership]'); 1; ### main pod documentation begin ### =head1 NAME Paws::DMS::ReplicationInstance =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::DMS::ReplicationInstance object: $service_obj->Method(Att1 => { AllocatedStorage => $value, ..., VpcSecurityGroups => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::DMS::ReplicationInstance object: $result = $service_obj->Method(...); $result->Att1->AllocatedStorage =head1 DESCRIPTION Provides information that defines a replication instance. =head1 ATTRIBUTES =head2 AllocatedStorage => Int The amount of storage (in gigabytes) that is allocated for the replication instance. =head2 AutoMinorVersionUpgrade => Bool Boolean value indicating if minor version upgrades will be automatically applied to the instance. =head2 AvailabilityZone => Str The Availability Zone for the instance. =head2 DnsNameServers => Str The DNS name servers supported for the replication instance to access your on-premise source or target database. =head2 EngineVersion => Str 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. When modifying a major engine version of an instance, also set C to C. =head2 FreeUntil => Str The expiration date of the free replication instance that is part of the Free DMS program. =head2 InstanceCreateTime => Str The time the replication instance was created. =head2 KmsKeyId => Str 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 C parameter, then 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. =head2 MultiAZ => Bool Specifies whether the replication instance is a Multi-AZ deployment. You can't set the C parameter if the Multi-AZ parameter is set to C. =head2 PendingModifiedValues => L The pending modification values. =head2 PreferredMaintenanceWindow => Str The maintenance window times for the replication instance. Any pending upgrades to the replication instance are performed during this time. =head2 PubliclyAccessible => Bool Specifies the accessibility options for the replication instance. A value of C represents an instance with a public IP address. A value of C represents an instance with a private IP address. The default value is C. =head2 ReplicationInstanceArn => Str The Amazon Resource Name (ARN) of the replication instance. =head2 ReplicationInstanceClass => Str The compute and memory capacity of the replication instance as defined for the specified replication instance class. It is a required parameter, although a defualt value is pre-selected in the DMS console. For more information on the settings and capacities for the available replication instance classes, see Selecting the right AWS DMS replication instance for your migration (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth). =head2 ReplicationInstanceIdentifier => Str The replication instance identifier is a required parameter. This parameter is stored as a lowercase string. Constraints: =over =item * Must contain 1-63 alphanumeric characters or hyphens. =item * First character must be a letter. =item * Cannot end with a hyphen or contain two consecutive hyphens. =back Example: C =head2 ReplicationInstancePrivateIpAddress => Str The private IP address of the replication instance. =head2 ReplicationInstancePrivateIpAddresses => ArrayRef[Str|Undef] One or more private IP addresses for the replication instance. =head2 ReplicationInstancePublicIpAddress => Str The public IP address of the replication instance. =head2 ReplicationInstancePublicIpAddresses => ArrayRef[Str|Undef] One or more public IP addresses for the replication instance. =head2 ReplicationInstanceStatus => Str The status of the replication instance. The possible return values include: =over =item * C<"available"> =item * C<"creating"> =item * C<"deleted"> =item * C<"deleting"> =item * C<"failed"> =item * C<"modifying"> =item * C<"upgrading"> =item * C<"rebooting"> =item * C<"resetting-master-credentials"> =item * C<"storage-full"> =item * C<"incompatible-credentials"> =item * C<"incompatible-network"> =item * C<"maintenance"> =back =head2 ReplicationSubnetGroup => L The subnet group for the replication instance. =head2 SecondaryAvailabilityZone => Str The Availability Zone of the standby replication instance in a Multi-AZ deployment. =head2 VpcSecurityGroups => ArrayRef[L] The VPC security group for the instance. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut