Struct aws_sdk_rds::model::UserAuthConfigInfo
source · [−]#[non_exhaustive]pub struct UserAuthConfigInfo { /* private fields */ }Expand description
Returns the details of authentication used by a proxy to log in as a specific database user.
Implementations
sourceimpl UserAuthConfigInfo
impl UserAuthConfigInfo
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 UserAuthConfigInfo
impl UserAuthConfigInfo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UserAuthConfigInfo.
Trait Implementations
sourceimpl Clone for UserAuthConfigInfo
impl Clone for UserAuthConfigInfo
sourcefn clone(&self) -> UserAuthConfigInfo
fn clone(&self) -> UserAuthConfigInfo
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more