pub struct RdsHttpEndpointConfig {
pub aws_region: Value<String>,
pub aws_secret_store_arn: Value<String>,
pub database_name: Option<Value<String>>,
pub db_cluster_identifier: Value<String>,
pub schema: Option<Value<String>>,
}Expand description
The AWS::AppSync::DataSource.RdsHttpEndpointConfig property type.
Fields§
§aws_region: Value<String>Property AwsRegion.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
aws_secret_store_arn: Value<String>Property AwsSecretStoreArn.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
database_name: Option<Value<String>>Property DatabaseName.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
db_cluster_identifier: Value<String>Property DbClusterIdentifier.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
schema: Option<Value<String>>Property Schema.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for RdsHttpEndpointConfig
impl Debug for RdsHttpEndpointConfig
Source§impl Default for RdsHttpEndpointConfig
impl Default for RdsHttpEndpointConfig
Source§fn default() -> RdsHttpEndpointConfig
fn default() -> RdsHttpEndpointConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RdsHttpEndpointConfig
impl RefUnwindSafe for RdsHttpEndpointConfig
impl Send for RdsHttpEndpointConfig
impl Sync for RdsHttpEndpointConfig
impl Unpin for RdsHttpEndpointConfig
impl UnwindSafe for RdsHttpEndpointConfig
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
Mutably borrows from an owned value. Read more