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::Neptune::DBInstance; use Moose; has AllocatedStorage => (is => 'ro', isa => 'Int'); has AutoMinorVersionUpgrade => (is => 'ro', isa => 'Bool'); has AvailabilityZone => (is => 'ro', isa => 'Str'); has BackupRetentionPeriod => (is => 'ro', isa => 'Int'); has CACertificateIdentifier => (is => 'ro', isa => 'Str'); has CharacterSetName => (is => 'ro', isa => 'Str'); has CopyTagsToSnapshot => (is => 'ro', isa => 'Bool'); has DBClusterIdentifier => (is => 'ro', isa => 'Str'); has DBInstanceArn => (is => 'ro', isa => 'Str'); has DBInstanceClass => (is => 'ro', isa => 'Str'); has DBInstanceIdentifier => (is => 'ro', isa => 'Str'); has DbInstancePort => (is => 'ro', isa => 'Int'); has DBInstanceStatus => (is => 'ro', isa => 'Str'); has DbiResourceId => (is => 'ro', isa => 'Str'); has DBName => (is => 'ro', isa => 'Str'); has DBParameterGroups => (is => 'ro', isa => 'ArrayRef[Paws::Neptune::DBParameterGroupStatus]', request_name => 'DBParameterGroup', traits => ['NameInRequest']); has DBSecurityGroups => (is => 'ro', isa => 'ArrayRef[Paws::Neptune::DBSecurityGroupMembership]', request_name => 'DBSecurityGroup', traits => ['NameInRequest']); has DBSubnetGroup => (is => 'ro', isa => 'Paws::Neptune::DBSubnetGroup'); has DeletionProtection => (is => 'ro', isa => 'Bool'); has DomainMemberships => (is => 'ro', isa => 'ArrayRef[Paws::Neptune::DomainMembership]', request_name => 'DomainMembership', traits => ['NameInRequest']); has EnabledCloudwatchLogsExports => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has Endpoint => (is => 'ro', isa => 'Paws::Neptune::Endpoint'); has Engine => (is => 'ro', isa => 'Str'); has EngineVersion => (is => 'ro', isa => 'Str'); has EnhancedMonitoringResourceArn => (is => 'ro', isa => 'Str'); has IAMDatabaseAuthenticationEnabled => (is => 'ro', isa => 'Bool'); has InstanceCreateTime => (is => 'ro', isa => 'Str'); has Iops => (is => 'ro', isa => 'Int'); has KmsKeyId => (is => 'ro', isa => 'Str'); has LatestRestorableTime => (is => 'ro', isa => 'Str'); has LicenseModel => (is => 'ro', isa => 'Str'); has MasterUsername => (is => 'ro', isa => 'Str'); has MonitoringInterval => (is => 'ro', isa => 'Int'); has MonitoringRoleArn => (is => 'ro', isa => 'Str'); has MultiAZ => (is => 'ro', isa => 'Bool'); has OptionGroupMemberships => (is => 'ro', isa => 'ArrayRef[Paws::Neptune::OptionGroupMembership]', request_name => 'OptionGroupMembership', traits => ['NameInRequest']); has PendingModifiedValues => (is => 'ro', isa => 'Paws::Neptune::PendingModifiedValues'); has PerformanceInsightsEnabled => (is => 'ro', isa => 'Bool'); has PerformanceInsightsKMSKeyId => (is => 'ro', isa => 'Str'); has PreferredBackupWindow => (is => 'ro', isa => 'Str'); has PreferredMaintenanceWindow => (is => 'ro', isa => 'Str'); has PromotionTier => (is => 'ro', isa => 'Int'); has PubliclyAccessible => (is => 'ro', isa => 'Bool'); has ReadReplicaDBClusterIdentifiers => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'ReadReplicaDBClusterIdentifier', traits => ['NameInRequest']); has ReadReplicaDBInstanceIdentifiers => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'ReadReplicaDBInstanceIdentifier', traits => ['NameInRequest']); has ReadReplicaSourceDBInstanceIdentifier => (is => 'ro', isa => 'Str'); has SecondaryAvailabilityZone => (is => 'ro', isa => 'Str'); has StatusInfos => (is => 'ro', isa => 'ArrayRef[Paws::Neptune::DBInstanceStatusInfo]', request_name => 'DBInstanceStatusInfo', traits => ['NameInRequest']); has StorageEncrypted => (is => 'ro', isa => 'Bool'); has StorageType => (is => 'ro', isa => 'Str'); has TdeCredentialArn => (is => 'ro', isa => 'Str'); has Timezone => (is => 'ro', isa => 'Str'); has VpcSecurityGroups => (is => 'ro', isa => 'ArrayRef[Paws::Neptune::VpcSecurityGroupMembership]', request_name => 'VpcSecurityGroupMembership', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::Neptune::DBInstance =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::Neptune::DBInstance 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::Neptune::DBInstance object: $result = $service_obj->Method(...); $result->Att1->AllocatedStorage =head1 DESCRIPTION Contains the details of an Amazon Neptune DB instance. This data type is used as a response element in the DescribeDBInstances action. =head1 ATTRIBUTES =head2 AllocatedStorage => Int Not supported by Neptune. =head2 AutoMinorVersionUpgrade => Bool Indicates that minor version patches are applied automatically. =head2 AvailabilityZone => Str Specifies the name of the Availability Zone the DB instance is located in. =head2 BackupRetentionPeriod => Int Specifies the number of days for which automatic DB snapshots are retained. =head2 CACertificateIdentifier => Str The identifier of the CA certificate for this DB instance. =head2 CharacterSetName => Str I<(Not supported by Neptune)> =head2 CopyTagsToSnapshot => Bool Specifies whether tags are copied from the DB instance to snapshots of the DB instance. =head2 DBClusterIdentifier => Str If 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. =head2 DBInstanceArn => Str The Amazon Resource Name (ARN) for the DB instance. =head2 DBInstanceClass => Str Contains the name of the compute and memory capacity class of the DB instance. =head2 DBInstanceIdentifier => Str Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance. =head2 DbInstancePort => Int Specifies 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. =head2 DBInstanceStatus => Str Specifies the current state of this database. =head2 DbiResourceId => Str The 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. =head2 DBName => Str The database name. =head2 DBParameterGroups => ArrayRef[L] Provides the list of DB parameter groups applied to this DB instance. =head2 DBSecurityGroups => ArrayRef[L] Provides List of DB security group elements containing only C and C subelements. =head2 DBSubnetGroup => L Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group. =head2 DeletionProtection => Bool Indicates 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). =head2 DomainMemberships => ArrayRef[L] Not supported =head2 EnabledCloudwatchLogsExports => ArrayRef[Str|Undef] A list of log types that this DB instance is configured to export to CloudWatch Logs. =head2 Endpoint => L Specifies the connection endpoint. =head2 Engine => Str Provides the name of the database engine to be used for this DB instance. =head2 EngineVersion => Str Indicates the database engine version. =head2 EnhancedMonitoringResourceArn => Str The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log stream that receives the Enhanced Monitoring metrics data for the DB instance. =head2 IAMDatabaseAuthenticationEnabled => Bool True if Amazon Identity and Access Management (IAM) authentication is enabled, and otherwise false. =head2 InstanceCreateTime => Str Provides the date and time the DB instance was created. =head2 Iops => Int Specifies the Provisioned IOPS (I/O operations per second) value. =head2 KmsKeyId => Str Not supported: The encryption for DB instances is managed by the DB cluster. =head2 LatestRestorableTime => Str Specifies the latest time to which a database can be restored with point-in-time restore. =head2 LicenseModel => Str License model information for this DB instance. =head2 MasterUsername => Str Not supported by Neptune. =head2 MonitoringInterval => Int The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. =head2 MonitoringRoleArn => Str The ARN for the IAM role that permits Neptune to send Enhanced Monitoring metrics to Amazon CloudWatch Logs. =head2 MultiAZ => Bool Specifies if the DB instance is a Multi-AZ deployment. =head2 OptionGroupMemberships => ArrayRef[L] I<(Not supported by Neptune)> =head2 PendingModifiedValues => L Specifies that changes to the DB instance are pending. This element is only included when changes are pending. Specific changes are identified by subelements. =head2 PerformanceInsightsEnabled => Bool I<(Not supported by Neptune)> =head2 PerformanceInsightsKMSKeyId => Str I<(Not supported by Neptune)> =head2 PreferredBackupWindow => Str Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the C. =head2 PreferredMaintenanceWindow => Str Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). =head2 PromotionTier => Int A value that specifies the order in which a Read Replica is promoted to the primary instance after a failure of the existing primary instance. =head2 PubliclyAccessible => Bool This flag should no longer be used. =head2 ReadReplicaDBClusterIdentifiers => ArrayRef[Str|Undef] Contains one or more identifiers of DB clusters that are Read Replicas of this DB instance. =head2 ReadReplicaDBInstanceIdentifiers => ArrayRef[Str|Undef] Contains one or more identifiers of the Read Replicas associated with this DB instance. =head2 ReadReplicaSourceDBInstanceIdentifier => Str Contains the identifier of the source DB instance if this DB instance is a Read Replica. =head2 SecondaryAvailabilityZone => Str If present, specifies the name of the secondary Availability Zone for a DB instance with multi-AZ support. =head2 StatusInfos => ArrayRef[L] The status of a Read Replica. If the instance is not a Read Replica, this is blank. =head2 StorageEncrypted => Bool Not supported: The encryption for DB instances is managed by the DB cluster. =head2 StorageType => Str Specifies the storage type associated with DB instance. =head2 TdeCredentialArn => Str The ARN from the key store with which the instance is associated for TDE encryption. =head2 Timezone => Str Not supported. =head2 VpcSecurityGroups => ArrayRef[L] Provides a list of VPC security group elements that the DB instance belongs to. =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