Struct aws_sdk_appsync::model::RdsHttpEndpointConfig
source · [−]#[non_exhaustive]pub struct RdsHttpEndpointConfig {
pub aws_region: Option<String>,
pub db_cluster_identifier: Option<String>,
pub database_name: Option<String>,
pub schema: Option<String>,
pub aws_secret_store_arn: Option<String>,
}
Expand description
The Amazon Relational Database Service (Amazon RDS) HTTP endpoint configuration.
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.aws_region: Option<String>
Amazon Web Services Region for Amazon RDS HTTP endpoint.
db_cluster_identifier: Option<String>
Amazon RDS cluster Amazon Resource Name (ARN).
database_name: Option<String>
Logical database name.
schema: Option<String>
Logical schema name.
aws_secret_store_arn: Option<String>
Amazon Web Services secret store Amazon Resource Name (ARN) for database credentials.
Implementations
Amazon Web Services Region for Amazon RDS HTTP endpoint.
Amazon RDS cluster Amazon Resource Name (ARN).
Logical database name.
Amazon Web Services secret store Amazon Resource Name (ARN) for database credentials.
Creates a new builder-style object to manufacture RdsHttpEndpointConfig
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 RdsHttpEndpointConfig
impl Send for RdsHttpEndpointConfig
impl Sync for RdsHttpEndpointConfig
impl Unpin for RdsHttpEndpointConfig
impl UnwindSafe for RdsHttpEndpointConfig
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