pub struct DbInstance {Show 64 fields
pub db_instance_identifier: String,
pub db_instance_arn: String,
pub db_instance_class: String,
pub engine: String,
pub engine_version: String,
pub db_instance_status: String,
pub master_username: String,
pub db_name: Option<String>,
pub endpoint_address: String,
pub port: i32,
pub allocated_storage: i32,
pub publicly_accessible: bool,
pub deletion_protection: bool,
pub created_at: DateTime<Utc>,
pub dbi_resource_id: String,
pub master_user_password: String,
pub container_id: String,
pub host_port: u16,
pub tags: Vec<RdsTag>,
pub read_replica_source_db_instance_identifier: Option<String>,
pub read_replica_db_instance_identifiers: Vec<String>,
pub vpc_security_group_ids: Vec<String>,
pub db_parameter_group_name: Option<String>,
pub backup_retention_period: i32,
pub preferred_backup_window: String,
pub preferred_maintenance_window: Option<String>,
pub latest_restorable_time: Option<DateTime<Utc>>,
pub option_group_name: Option<String>,
pub multi_az: bool,
pub pending_modified_values: Option<PendingModifiedValues>,
pub availability_zone: Option<String>,
pub storage_type: Option<String>,
pub storage_encrypted: bool,
pub kms_key_id: Option<String>,
pub iam_database_authentication_enabled: bool,
pub iops: Option<i32>,
pub monitoring_interval: Option<i32>,
pub monitoring_role_arn: Option<String>,
pub performance_insights_enabled: bool,
pub performance_insights_kms_key_id: Option<String>,
pub performance_insights_retention_period: Option<i32>,
pub enabled_cloudwatch_logs_exports: Vec<String>,
pub ca_certificate_identifier: Option<String>,
pub network_type: Option<String>,
pub character_set_name: Option<String>,
pub auto_minor_version_upgrade: Option<bool>,
pub copy_tags_to_snapshot: Option<bool>,
pub master_user_secret_arn: Option<String>,
pub master_user_secret_kms_key_id: Option<String>,
pub license_model: Option<String>,
pub max_allocated_storage: Option<i32>,
pub multi_tenant: Option<bool>,
pub storage_throughput: Option<i32>,
pub tde_credential_arn: Option<String>,
pub delete_automated_backups: Option<bool>,
pub db_security_groups: Vec<String>,
pub domain: Option<String>,
pub domain_fqdn: Option<String>,
pub domain_ou: Option<String>,
pub domain_iam_role_name: Option<String>,
pub domain_auth_secret_arn: Option<String>,
pub domain_dns_ips: Vec<String>,
pub db_cluster_identifier: Option<String>,
pub activity_stream: Option<ActivityStreamConfig>,
}Fields§
§db_instance_identifier: String§db_instance_arn: String§db_instance_class: String§engine: String§engine_version: String§db_instance_status: String§master_username: String§db_name: Option<String>§endpoint_address: String§port: i32§allocated_storage: i32§publicly_accessible: bool§deletion_protection: bool§created_at: DateTime<Utc>§dbi_resource_id: String§master_user_password: String§container_id: String§host_port: u16§read_replica_source_db_instance_identifier: Option<String>§read_replica_db_instance_identifiers: Vec<String>§vpc_security_group_ids: Vec<String>§db_parameter_group_name: Option<String>§backup_retention_period: i32§preferred_backup_window: String§preferred_maintenance_window: Option<String>§latest_restorable_time: Option<DateTime<Utc>>§option_group_name: Option<String>§multi_az: bool§pending_modified_values: Option<PendingModifiedValues>§availability_zone: Option<String>Read from input on Create/Modify; defaults preserve existing behaviour (non-encrypted, gp2, single AZ, no IAM auth).
storage_type: Option<String>§storage_encrypted: bool§kms_key_id: Option<String>§iam_database_authentication_enabled: bool§iops: Option<i32>§monitoring_interval: Option<i32>§monitoring_role_arn: Option<String>§performance_insights_enabled: bool§performance_insights_kms_key_id: Option<String>§performance_insights_retention_period: Option<i32>§enabled_cloudwatch_logs_exports: Vec<String>§ca_certificate_identifier: Option<String>§network_type: Option<String>§character_set_name: Option<String>§auto_minor_version_upgrade: Option<bool>§master_user_secret_arn: Option<String>§master_user_secret_kms_key_id: Option<String>§license_model: Option<String>Settable via Modify; AWS reports the engine-derived default until
the caller overrides. We honor explicit overrides but fall back to
license_model_for_engine in XML when this is None.
max_allocated_storage: Option<i32>§multi_tenant: Option<bool>§storage_throughput: Option<i32>§tde_credential_arn: Option<String>§delete_automated_backups: Option<bool>§db_security_groups: Vec<String>§domain: Option<String>Active Directory domain membership. AWS exposes these via
<DomainMemberships><DomainMembership>... in describe responses.
domain_fqdn: Option<String>§domain_ou: Option<String>§domain_iam_role_name: Option<String>§domain_auth_secret_arn: Option<String>§domain_dns_ips: Vec<String>§db_cluster_identifier: Option<String>Aurora cluster the instance is a member of, when set. Mirrors
DBClusterIdentifier on CreateDBInstance / RestoreDB* requests so
snapshot/restore paths can find the writer for a given cluster.
activity_stream: Option<ActivityStreamConfig>Database Activity Stream configuration, written by
StartActivityStream / ModifyActivityStream and cleared to
stopped by StopActivityStream. None reads back as a stopped
stream in describe responses.
Trait Implementations§
Source§impl Clone for DbInstance
impl Clone for DbInstance
Source§fn clone(&self) -> DbInstance
fn clone(&self) -> DbInstance
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for DbInstance
impl Debug for DbInstance
Source§impl<'de> Deserialize<'de> for DbInstance
impl<'de> Deserialize<'de> for DbInstance
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for DbInstance
impl RefUnwindSafe for DbInstance
impl Send for DbInstance
impl Sync for DbInstance
impl Unpin for DbInstance
impl UnsafeUnpin for DbInstance
impl UnwindSafe for DbInstance
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Choices> CoproductSubsetter<CNil, HNil> for Choices
impl<Choices> CoproductSubsetter<CNil, HNil> for Choices
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
impl<T> ErasedDestructor for Twhere
T: 'static,
Source§impl<T> FmtForward for T
impl<T> FmtForward for T
Source§fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
self to use its Binary implementation when Debug-formatted.Source§fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
self to use its Display implementation when
Debug-formatted.Source§fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
self to use its LowerExp implementation when
Debug-formatted.Source§fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
self to use its LowerHex implementation when
Debug-formatted.Source§fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
self to use its Octal implementation when Debug-formatted.Source§fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
self to use its Pointer implementation when
Debug-formatted.Source§fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
self to use its UpperExp implementation when
Debug-formatted.Source§fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
self to use its UpperHex implementation when
Debug-formatted.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Pipe for Twhere
T: ?Sized,
impl<T> Pipe for Twhere
T: ?Sized,
Source§fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
Source§fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
self and passes that borrow into the pipe function. Read moreSource§fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
self and passes that borrow into the pipe function. Read moreSource§fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
Source§fn pipe_borrow_mut<'a, B, R>(
&'a mut self,
func: impl FnOnce(&'a mut B) -> R,
) -> R
fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R, ) -> R
Source§fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
self, then passes self.as_ref() into the pipe function.Source§fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
self, then passes self.as_mut() into the pipe
function.Source§fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
self, then passes self.deref() into the pipe function.Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> Tap for T
impl<T> Tap for T
Source§fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
Borrow<B> of a value. Read moreSource§fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
BorrowMut<B> of a value. Read moreSource§fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
AsRef<R> view of a value. Read moreSource§fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
AsMut<R> view of a value. Read moreSource§fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
Deref::Target of a value. Read moreSource§fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
Deref::Target of a value. Read moreSource§fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
.tap() only in debug builds, and is erased in release builds.Source§fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
.tap_mut() only in debug builds, and is erased in release
builds.Source§fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
.tap_borrow() only in debug builds, and is erased in release
builds.Source§fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
.tap_borrow_mut() only in debug builds, and is erased in release
builds.Source§fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
.tap_ref() only in debug builds, and is erased in release
builds.Source§fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
.tap_ref_mut() only in debug builds, and is erased in release
builds.Source§fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
.tap_deref() only in debug builds, and is erased in release
builds.