![]() |
![]()
| ![]() |
![]()
NAMEPaws::DocDB::DBInstance USAGEThis class represents one of two things: 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::DocDB::DBInstance object: $service_obj->Method(Att1 => { AutoMinorVersionUpgrade => $value, ..., VpcSecurityGroups => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::DocDB::DBInstance object: $result = $service_obj->Method(...); $result->Att1->AutoMinorVersionUpgrade DESCRIPTIONDetailed information about an instance. ATTRIBUTESAutoMinorVersionUpgrade => BoolDoes not apply. This parameter does not apply to Amazon DocumentDB. Amazon DocumentDB does not perform minor version upgrades regardless of the value set. AvailabilityZone => StrSpecifies the name of the Availability Zone that the instance is located in. BackupRetentionPeriod => IntSpecifies the number of days for which automatic snapshots are retained. CACertificateIdentifier => StrThe identifier of the CA certificate for this DB instance. DBClusterIdentifier => StrContains the name of the cluster that the instance is a member of if the instance is a member of a cluster. DBInstanceArn => StrThe Amazon Resource Name (ARN) for the instance. DBInstanceClass => StrContains the name of the compute and memory capacity class of the instance. DBInstanceIdentifier => StrContains a user-provided database identifier. This identifier is the unique key that identifies an instance. DBInstanceStatus => StrSpecifies the current state of this database. DbiResourceId => StrThe Region-unique, immutable identifier for the instance. This identifier is found in CloudTrail log entries whenever the KMS key for the instance is accessed. DBSubnetGroup => Paws::DocDB::DBSubnetGroupSpecifies information on the subnet group that is associated with the instance, including the name, description, and subnets in the subnet group. EnabledCloudwatchLogsExports => ArrayRef[Str|Undef]A list of log types that this instance is configured to export to CloudWatch Logs. Endpoint => Paws::DocDB::EndpointSpecifies the connection endpoint. Engine => StrProvides the name of the database engine to be used for this instance. EngineVersion => StrIndicates the database engine version. InstanceCreateTime => StrProvides the date and time that the instance was created. KmsKeyId => StrIf "StorageEncrypted" is "true", the KMS key identifier for the encrypted instance. LatestRestorableTime => StrSpecifies the latest time to which a database can be restored with point-in-time restore. PendingModifiedValues => Paws::DocDB::PendingModifiedValuesSpecifies that changes to the instance are pending. This element is included only when changes are pending. Specific changes are identified by subelements. PreferredBackupWindow => StrSpecifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the "BackupRetentionPeriod". PreferredMaintenanceWindow => StrSpecifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). PromotionTier => IntA value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance. PubliclyAccessible => BoolNot supported. Amazon DocumentDB does not currently support public endpoints. The value of "PubliclyAccessible" is always "false". StatusInfos => ArrayRef[Paws::DocDB::DBInstanceStatusInfo]The status of a read replica. If the instance is not a read replica, this is blank. StorageEncrypted => BoolSpecifies whether or not the instance is encrypted. VpcSecurityGroups => ArrayRef[Paws::DocDB::VpcSecurityGroupMembership]Provides a list of VPC security group elements that the instance belongs to. SEE ALSOThis class forms part of Paws, describing an object used in Paws::DocDB BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|