aws_secrets_pwd {sixtyfour}R Documentation

Get a random password

Description

Get a random password

Usage

aws_secrets_pwd(...)

Arguments

...

named parameters passed on to get_random_password https://www.paws-r-sdk.com/docs/secretsmanager_get_random_password/

Details

The parameter PasswordLength is hard coded to 40L

Value

a single string, of length 40

Examples


aws_secrets_pwd()
aws_secrets_pwd(ExcludeNumbers = TRUE)


[Package sixtyfour version 0.2.0 Index]