Struct aws_sdk_appsync::model::RdsHttpEndpointConfig [−][src]
#[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 RDS HTTP endpoint configuration.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
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 RDS HTTP endpoint.
db_cluster_identifier: Option<String>Amazon RDS cluster 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 ARN for database credentials.
Implementations
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