Packages

Typed Gleam client for Amazon RDS. Auto-generated from the upstream Smithy model. Depends on aws_gleam_runtime.

Current section

Files

Jump to
aws_gleam_rds include aws@services@rds_UserAuthConfig.hrl
Raw

include/aws@services@rds_UserAuthConfig.hrl

-record(user_auth_config, {
description :: gleam@option:option(binary()),
user_name :: gleam@option:option(binary()),
auth_scheme :: gleam@option:option(aws@services@rds:auth_scheme()),
secret_arn :: gleam@option:option(binary()),
iam_auth :: gleam@option:option(aws@services@rds:i_a_m_auth_mode()),
client_password_auth_type :: gleam@option:option(aws@services@rds:client_password_auth_type())
}).