aws_secrets_pwd: Get a random password

View source: R/secrets_manager.R

aws_secrets_pwdR 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)


sixtyfour documentation built on April 3, 2025, 8:22 p.m.