Struct aws_sdk_securityhub::model::AwsRdsDbClusterDetails [−][src]
#[non_exhaustive]pub struct AwsRdsDbClusterDetails {Show 37 fields
pub allocated_storage: i32,
pub availability_zones: Option<Vec<String>>,
pub backup_retention_period: i32,
pub database_name: Option<String>,
pub status: Option<String>,
pub endpoint: Option<String>,
pub reader_endpoint: Option<String>,
pub custom_endpoints: Option<Vec<String>>,
pub multi_az: bool,
pub engine: Option<String>,
pub engine_version: Option<String>,
pub port: i32,
pub master_username: Option<String>,
pub preferred_backup_window: Option<String>,
pub preferred_maintenance_window: Option<String>,
pub read_replica_identifiers: Option<Vec<String>>,
pub vpc_security_groups: Option<Vec<AwsRdsDbInstanceVpcSecurityGroup>>,
pub hosted_zone_id: Option<String>,
pub storage_encrypted: bool,
pub kms_key_id: Option<String>,
pub db_cluster_resource_id: Option<String>,
pub associated_roles: Option<Vec<AwsRdsDbClusterAssociatedRole>>,
pub cluster_create_time: Option<String>,
pub enabled_cloud_watch_logs_exports: Option<Vec<String>>,
pub engine_mode: Option<String>,
pub deletion_protection: bool,
pub http_endpoint_enabled: bool,
pub activity_stream_status: Option<String>,
pub copy_tags_to_snapshot: bool,
pub cross_account_clone: bool,
pub domain_memberships: Option<Vec<AwsRdsDbDomainMembership>>,
pub db_cluster_parameter_group: Option<String>,
pub db_subnet_group: Option<String>,
pub db_cluster_option_group_memberships: Option<Vec<AwsRdsDbClusterOptionGroupMembership>>,
pub db_cluster_identifier: Option<String>,
pub db_cluster_members: Option<Vec<AwsRdsDbClusterMember>>,
pub iam_database_authentication_enabled: bool,
}
Expand description
Information about an Amazon RDS DB cluster.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.allocated_storage: i32
For all database engines except Aurora, specifies the allocated storage size in gibibytes (GiB).
availability_zones: Option<Vec<String>>
A list of Availability Zones (AZs) where instances in the DB cluster can be created.
backup_retention_period: i32
The number of days for which automated backups are retained.
database_name: Option<String>
The name of the database.
status: Option<String>
The current status of this DB cluster.
endpoint: Option<String>
The connection endpoint for the primary instance of the DB cluster.
reader_endpoint: Option<String>
The reader endpoint for the DB cluster.
custom_endpoints: Option<Vec<String>>
A list of custom endpoints for the DB cluster.
multi_az: bool
Whether the DB cluster has instances in multiple Availability Zones.
engine: Option<String>
The name of the database engine to use for this DB cluster.
engine_version: Option<String>
The version number of the database engine to use.
port: i32
The port number on which the DB instances in the DB cluster accept connections.
master_username: Option<String>
The name of the master user for the DB cluster.
preferred_backup_window: Option<String>
The range of time each day when automated backups are created, if automated backups are enabled.
Uses the format HH:MM-HH:MM
. For example, 04:52-05:22
.
preferred_maintenance_window: Option<String>
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Uses the format
.
For the day values, use
mon
|tue
|wed
|thu
|fri
|sat
|sun
.
For example, sun:09:32-sun:10:02
.
read_replica_identifiers: Option<Vec<String>>
The identifiers of the read replicas that are associated with this DB cluster.
vpc_security_groups: Option<Vec<AwsRdsDbInstanceVpcSecurityGroup>>
A list of VPC security groups that the DB cluster belongs to.
hosted_zone_id: Option<String>
Specifies the identifier that Amazon Route 53 assigns when you create a hosted zone.
storage_encrypted: bool
Whether the DB cluster is encrypted.
kms_key_id: Option<String>
The ARN of the KMS master key that is used to encrypt the database instances in the DB cluster.
db_cluster_resource_id: Option<String>
The identifier of the DB cluster. The identifier must be unique within each Amazon Web Services Region and is immutable.
associated_roles: Option<Vec<AwsRdsDbClusterAssociatedRole>>
A list of the IAM roles that are associated with the DB cluster.
cluster_create_time: Option<String>
Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
enabled_cloud_watch_logs_exports: Option<Vec<String>>
A list of log types that this DB cluster is configured to export to CloudWatch Logs.
engine_mode: Option<String>
The database engine mode of the DB cluster.
deletion_protection: bool
Whether the DB cluster has deletion protection enabled.
http_endpoint_enabled: bool
Whether the HTTP endpoint for an Aurora Serverless DB cluster is enabled.
activity_stream_status: Option<String>
The status of the database activity stream.
Whether tags are copied from the DB cluster to snapshots of the DB cluster.
cross_account_clone: bool
Whether the DB cluster is a clone of a DB cluster owned by a different Amazon Web Services account.
domain_memberships: Option<Vec<AwsRdsDbDomainMembership>>
The Active Directory domain membership records that are associated with the DB cluster.
db_cluster_parameter_group: Option<String>
The name of the DB cluster parameter group for the DB cluster.
db_subnet_group: Option<String>
The subnet group that is associated with the DB cluster, including the name, description, and subnets in the subnet group.
db_cluster_option_group_memberships: Option<Vec<AwsRdsDbClusterOptionGroupMembership>>
The list of option group memberships for this DB cluster.
db_cluster_identifier: Option<String>
The DB cluster identifier that the user assigned to the cluster. This identifier is the unique key that identifies a DB cluster.
db_cluster_members: Option<Vec<AwsRdsDbClusterMember>>
The list of instances that make up the DB cluster.
iam_database_authentication_enabled: bool
Whether the mapping of IAM accounts to database accounts is enabled.
Implementations
For all database engines except Aurora, specifies the allocated storage size in gibibytes (GiB).
A list of Availability Zones (AZs) where instances in the DB cluster can be created.
The number of days for which automated backups are retained.
The name of the database.
The connection endpoint for the primary instance of the DB cluster.
The reader endpoint for the DB cluster.
A list of custom endpoints for the DB cluster.
Whether the DB cluster has instances in multiple Availability Zones.
The name of the database engine to use for this DB cluster.
The version number of the database engine to use.
The port number on which the DB instances in the DB cluster accept connections.
The name of the master user for the DB cluster.
The range of time each day when automated backups are created, if automated backups are enabled.
Uses the format HH:MM-HH:MM
. For example, 04:52-05:22
.
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Uses the format
.
For the day values, use
mon
|tue
|wed
|thu
|fri
|sat
|sun
.
For example, sun:09:32-sun:10:02
.
The identifiers of the read replicas that are associated with this DB cluster.
A list of VPC security groups that the DB cluster belongs to.
Specifies the identifier that Amazon Route 53 assigns when you create a hosted zone.
Whether the DB cluster is encrypted.
The ARN of the KMS master key that is used to encrypt the database instances in the DB cluster.
The identifier of the DB cluster. The identifier must be unique within each Amazon Web Services Region and is immutable.
A list of the IAM roles that are associated with the DB cluster.
Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
A list of log types that this DB cluster is configured to export to CloudWatch Logs.
The database engine mode of the DB cluster.
Whether the DB cluster has deletion protection enabled.
Whether the HTTP endpoint for an Aurora Serverless DB cluster is enabled.
The status of the database activity stream.
Whether tags are copied from the DB cluster to snapshots of the DB cluster.
Whether the DB cluster is a clone of a DB cluster owned by a different Amazon Web Services account.
The Active Directory domain membership records that are associated with the DB cluster.
The name of the DB cluster parameter group for the DB cluster.
The subnet group that is associated with the DB cluster, including the name, description, and subnets in the subnet group.
The list of option group memberships for this DB cluster.
The DB cluster identifier that the user assigned to the cluster. This identifier is the unique key that identifies a DB cluster.
The list of instances that make up the DB cluster.
Whether the mapping of IAM accounts to database accounts is enabled.
Creates a new builder-style object to manufacture AwsRdsDbClusterDetails
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AwsRdsDbClusterDetails
impl Send for AwsRdsDbClusterDetails
impl Sync for AwsRdsDbClusterDetails
impl Unpin for AwsRdsDbClusterDetails
impl UnwindSafe for AwsRdsDbClusterDetails
Blanket Implementations
Mutably borrows from an owned value. Read more
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