Struct aws_sdk_rds::model::UserAuthConfig
source · [−]#[non_exhaustive]pub struct UserAuthConfig { /* private fields */ }Expand description
Specifies the details of authentication used by a proxy to log in as a specific database user.
Implementations
sourceimpl UserAuthConfig
impl UserAuthConfig
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A user-specified description about the authentication used by a proxy to log in as a specific database user.
sourcepub fn user_name(&self) -> Option<&str>
pub fn user_name(&self) -> Option<&str>
The name of the database user to which the proxy connects.
sourcepub fn auth_scheme(&self) -> Option<&AuthScheme>
pub fn auth_scheme(&self) -> Option<&AuthScheme>
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
sourcepub fn secret_arn(&self) -> Option<&str>
pub fn secret_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB instance or Aurora DB cluster. These secrets are stored within Amazon Secrets Manager.
sourcepub fn iam_auth(&self) -> Option<&IamAuthMode>
pub fn iam_auth(&self) -> Option<&IamAuthMode>
Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.
sourceimpl UserAuthConfig
impl UserAuthConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UserAuthConfig.
Trait Implementations
sourceimpl Clone for UserAuthConfig
impl Clone for UserAuthConfig
sourcefn clone(&self) -> UserAuthConfig
fn clone(&self) -> UserAuthConfig
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more