![]() |
![]()
| ![]() |
![]()
NAMEPaws::Neptune::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::Neptune::DBInstance object: $service_obj->Method(Att1 => { AllocatedStorage => $value, ..., VpcSecurityGroups => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Neptune::DBInstance object: $result = $service_obj->Method(...); $result->Att1->AllocatedStorage DESCRIPTIONContains the details of an Amazon Neptune DB instance. This data type is used as a response element in the DescribeDBInstances action. ATTRIBUTESAllocatedStorage => IntNot supported by Neptune. AutoMinorVersionUpgrade => BoolIndicates that minor version patches are applied automatically. AvailabilityZone => StrSpecifies the name of the Availability Zone the DB instance is located in. BackupRetentionPeriod => IntSpecifies the number of days for which automatic DB snapshots are retained. CACertificateIdentifier => StrThe identifier of the CA certificate for this DB instance. CharacterSetName => Str(Not supported by Neptune) CopyTagsToSnapshot => BoolSpecifies whether tags are copied from the DB instance to snapshots of the DB instance. DBClusterIdentifier => StrIf the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a member of. DBInstanceArn => StrThe Amazon Resource Name (ARN) for the DB instance. DBInstanceClass => StrContains the name of the compute and memory capacity class of the DB instance. DBInstanceIdentifier => StrContains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance. DbInstancePort => IntSpecifies the port that the DB instance listens on. If the DB instance is part of a DB cluster, this can be a different port than the DB cluster port. DBInstanceStatus => StrSpecifies the current state of this database. DbiResourceId => StrThe Amazon Region-unique, immutable identifier for the DB instance. This identifier is found in Amazon CloudTrail log entries whenever the Amazon KMS key for the DB instance is accessed. DBName => StrThe database name. DBParameterGroups => ArrayRef[Paws::Neptune::DBParameterGroupStatus]Provides the list of DB parameter groups applied to this DB instance. DBSecurityGroups => ArrayRef[Paws::Neptune::DBSecurityGroupMembership]Provides List of DB security group elements containing only "DBSecurityGroup.Name" and "DBSecurityGroup.Status" subelements. DBSubnetGroup => Paws::Neptune::DBSubnetGroupSpecifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group. DeletionProtection => BoolIndicates whether or not the DB instance has deletion protection enabled. The instance can't be deleted when deletion protection is enabled. See Deleting a DB Instance (https://docs.aws.amazon.com/neptune/latest/userguide/manage-console-instances-delete.html). DomainMemberships => ArrayRef[Paws::Neptune::DomainMembership]Not supported EnabledCloudwatchLogsExports => ArrayRef[Str|Undef]A list of log types that this DB instance is configured to export to CloudWatch Logs. Endpoint => Paws::Neptune::EndpointSpecifies the connection endpoint. Engine => StrProvides the name of the database engine to be used for this DB instance. EngineVersion => StrIndicates the database engine version. EnhancedMonitoringResourceArn => StrThe Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log stream that receives the Enhanced Monitoring metrics data for the DB instance. IAMDatabaseAuthenticationEnabled => BoolTrue if Amazon Identity and Access Management (IAM) authentication is enabled, and otherwise false. InstanceCreateTime => StrProvides the date and time the DB instance was created. Iops => IntSpecifies the Provisioned IOPS (I/O operations per second) value. KmsKeyId => StrNot supported: The encryption for DB instances is managed by the DB cluster. LatestRestorableTime => StrSpecifies the latest time to which a database can be restored with point-in-time restore. LicenseModel => StrLicense model information for this DB instance. MasterUsername => StrNot supported by Neptune. MonitoringInterval => IntThe interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. MonitoringRoleArn => StrThe ARN for the IAM role that permits Neptune to send Enhanced Monitoring metrics to Amazon CloudWatch Logs. MultiAZ => BoolSpecifies if the DB instance is a Multi-AZ deployment. OptionGroupMemberships => ArrayRef[Paws::Neptune::OptionGroupMembership](Not supported by Neptune) PendingModifiedValues => Paws::Neptune::PendingModifiedValuesSpecifies that changes to the DB instance are pending. This element is only included when changes are pending. Specific changes are identified by subelements. PerformanceInsightsEnabled => Bool(Not supported by Neptune) PerformanceInsightsKMSKeyId => Str(Not supported by Neptune) 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 a Read Replica is promoted to the primary instance after a failure of the existing primary instance. PubliclyAccessible => BoolThis flag should no longer be used. ReadReplicaDBClusterIdentifiers => ArrayRef[Str|Undef]Contains one or more identifiers of DB clusters that are Read Replicas of this DB instance. ReadReplicaDBInstanceIdentifiers => ArrayRef[Str|Undef]Contains one or more identifiers of the Read Replicas associated with this DB instance. ReadReplicaSourceDBInstanceIdentifier => StrContains the identifier of the source DB instance if this DB instance is a Read Replica. SecondaryAvailabilityZone => StrIf present, specifies the name of the secondary Availability Zone for a DB instance with multi-AZ support. StatusInfos => ArrayRef[Paws::Neptune::DBInstanceStatusInfo]The status of a Read Replica. If the instance is not a Read Replica, this is blank. StorageEncrypted => BoolNot supported: The encryption for DB instances is managed by the DB cluster. StorageType => StrSpecifies the storage type associated with DB instance. TdeCredentialArn => StrThe ARN from the key store with which the instance is associated for TDE encryption. Timezone => StrNot supported. VpcSecurityGroups => ArrayRef[Paws::Neptune::VpcSecurityGroupMembership]Provides a list of VPC security group elements that the DB instance belongs to. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Neptune 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>
|