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_CreateTenantDatabaseInput.hrl
Raw

include/aws@services@rds_CreateTenantDatabaseInput.hrl

-record(create_tenant_database_input, {
db_instance_identifier :: gleam@option:option(binary()),
tenant_db_name :: gleam@option:option(binary()),
master_username :: gleam@option:option(binary()),
master_user_password :: gleam@option:option(binary()),
character_set_name :: gleam@option:option(binary()),
nchar_character_set_name :: gleam@option:option(binary()),
manage_master_user_password :: gleam@option:option(boolean()),
master_user_secret_kms_key_id :: gleam@option:option(binary()),
tags :: gleam@option:option(list(aws@services@rds:tag()))
}).