logo
pub struct DBInstance {
Show 52 fields pub allocated_storage: Option<i64>, pub auto_minor_version_upgrade: Option<bool>, pub availability_zone: Option<String>, pub backup_retention_period: Option<i64>, pub ca_certificate_identifier: Option<String>, pub character_set_name: Option<String>, pub copy_tags_to_snapshot: Option<bool>, pub db_cluster_identifier: Option<String>, pub db_instance_arn: Option<String>, pub db_instance_class: Option<String>, pub db_instance_identifier: Option<String>, pub db_instance_status: Option<String>, pub db_name: Option<String>, pub db_parameter_groups: Option<Vec<DBParameterGroupStatus>>, pub db_security_groups: Option<Vec<DBSecurityGroupMembership>>, pub db_subnet_group: Option<DBSubnetGroup>, pub db_instance_port: Option<i64>, pub dbi_resource_id: Option<String>, pub deletion_protection: Option<bool>, pub domain_memberships: Option<Vec<DomainMembership>>, pub enabled_cloudwatch_logs_exports: Option<Vec<String>>, pub endpoint: Option<Endpoint>, pub engine: Option<String>, pub engine_version: Option<String>, pub enhanced_monitoring_resource_arn: Option<String>, pub iam_database_authentication_enabled: Option<bool>, pub instance_create_time: Option<String>, pub iops: Option<i64>, pub kms_key_id: Option<String>, pub latest_restorable_time: Option<String>, pub license_model: Option<String>, pub master_username: Option<String>, pub monitoring_interval: Option<i64>, pub monitoring_role_arn: Option<String>, pub multi_az: Option<bool>, pub option_group_memberships: Option<Vec<OptionGroupMembership>>, pub pending_modified_values: Option<PendingModifiedValues>, pub performance_insights_enabled: Option<bool>, pub performance_insights_kms_key_id: Option<String>, pub preferred_backup_window: Option<String>, pub preferred_maintenance_window: Option<String>, pub promotion_tier: Option<i64>, pub read_replica_db_cluster_identifiers: Option<Vec<String>>, pub read_replica_db_instance_identifiers: Option<Vec<String>>, pub read_replica_source_db_instance_identifier: Option<String>, pub secondary_availability_zone: Option<String>, pub status_infos: Option<Vec<DBInstanceStatusInfo>>, pub storage_encrypted: Option<bool>, pub storage_type: Option<String>, pub tde_credential_arn: Option<String>, pub timezone: Option<String>, pub vpc_security_groups: Option<Vec<VpcSecurityGroupMembership>>,
}
Expand description

Contains the details of an Amazon Neptune DB instance.

This data type is used as a response element in the DescribeDBInstances action.

Fields

allocated_storage: Option<i64>

Not supported by Neptune.

auto_minor_version_upgrade: Option<bool>

Indicates that minor version patches are applied automatically.

availability_zone: Option<String>

Specifies the name of the Availability Zone the DB instance is located in.

backup_retention_period: Option<i64>

Specifies the number of days for which automatic DB snapshots are retained.

ca_certificate_identifier: Option<String>

The identifier of the CA certificate for this DB instance.

character_set_name: Option<String>

(Not supported by Neptune)

copy_tags_to_snapshot: Option<bool>

Specifies whether tags are copied from the DB instance to snapshots of the DB instance.

db_cluster_identifier: Option<String>

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.

db_instance_arn: Option<String>

The Amazon Resource Name (ARN) for the DB instance.

db_instance_class: Option<String>

Contains the name of the compute and memory capacity class of the DB instance.

db_instance_identifier: Option<String>

Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance.

db_instance_status: Option<String>

Specifies the current state of this database.

db_name: Option<String>

The database name.

db_parameter_groups: Option<Vec<DBParameterGroupStatus>>

Provides the list of DB parameter groups applied to this DB instance.

db_security_groups: Option<Vec<DBSecurityGroupMembership>>

Provides List of DB security group elements containing only DBSecurityGroup.Name and DBSecurityGroup.Status subelements.

db_subnet_group: Option<DBSubnetGroup>

Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group.

db_instance_port: Option<i64>

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.

dbi_resource_id: Option<String>

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.

deletion_protection: Option<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.

domain_memberships: Option<Vec<DomainMembership>>

Not supported

enabled_cloudwatch_logs_exports: Option<Vec<String>>

A list of log types that this DB instance is configured to export to CloudWatch Logs.

endpoint: Option<Endpoint>

Specifies the connection endpoint.

engine: Option<String>

Provides the name of the database engine to be used for this DB instance.

engine_version: Option<String>

Indicates the database engine version.

enhanced_monitoring_resource_arn: Option<String>

The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log stream that receives the Enhanced Monitoring metrics data for the DB instance.

iam_database_authentication_enabled: Option<bool>

True if Amazon Identity and Access Management (IAM) authentication is enabled, and otherwise false.

instance_create_time: Option<String>

Provides the date and time the DB instance was created.

iops: Option<i64>

Specifies the Provisioned IOPS (I/O operations per second) value.

kms_key_id: Option<String>

Not supported: The encryption for DB instances is managed by the DB cluster.

latest_restorable_time: Option<String>

Specifies the latest time to which a database can be restored with point-in-time restore.

license_model: Option<String>

License model information for this DB instance.

master_username: Option<String>

Not supported by Neptune.

monitoring_interval: Option<i64>

The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance.

monitoring_role_arn: Option<String>

The ARN for the IAM role that permits Neptune to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.

multi_az: Option<bool>

Specifies if the DB instance is a Multi-AZ deployment.

option_group_memberships: Option<Vec<OptionGroupMembership>>

(Not supported by Neptune)

pending_modified_values: Option<PendingModifiedValues>

Specifies that changes to the DB instance are pending. This element is only included when changes are pending. Specific changes are identified by subelements.

performance_insights_enabled: Option<bool>

(Not supported by Neptune)

performance_insights_kms_key_id: Option<String>

(Not supported by Neptune)

preferred_backup_window: Option<String>

Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

preferred_maintenance_window: Option<String>

Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

promotion_tier: Option<i64>

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.

read_replica_db_cluster_identifiers: Option<Vec<String>>

Contains one or more identifiers of DB clusters that are Read Replicas of this DB instance.

read_replica_db_instance_identifiers: Option<Vec<String>>

Contains one or more identifiers of the Read Replicas associated with this DB instance.

read_replica_source_db_instance_identifier: Option<String>

Contains the identifier of the source DB instance if this DB instance is a Read Replica.

secondary_availability_zone: Option<String>

If present, specifies the name of the secondary Availability Zone for a DB instance with multi-AZ support.

status_infos: Option<Vec<DBInstanceStatusInfo>>

The status of a Read Replica. If the instance is not a Read Replica, this is blank.

storage_encrypted: Option<bool>

Not supported: The encryption for DB instances is managed by the DB cluster.

storage_type: Option<String>

Specifies the storage type associated with DB instance.

tde_credential_arn: Option<String>

The ARN from the key store with which the instance is associated for TDE encryption.

timezone: Option<String>

Not supported.

vpc_security_groups: Option<Vec<VpcSecurityGroupMembership>>

Provides a list of VPC security group elements that the DB instance belongs to.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more