Secret Generate Secret String Args
Generates a random password. We recommend that you specify the maximum length and include every character type that the system you are generating a password for can support. Required permissions:`secretsmanager:GetRandomPassword`
. For more information, see IAM policy actions for Secrets Manager and Authentication and access control in Secrets Manager.
Constructors
Properties
A string of the characters that you don't want in the password.
Specifies whether to exclude lowercase letters from the password. If you don't include this switch, the password can contain lowercase letters.
Specifies whether to exclude numbers from the password. If you don't include this switch, the password can contain numbers.
Specifies whether to exclude the following punctuation characters from the password: `! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~`
. If you don't include this switch, the password can contain punctuation.
Specifies whether to exclude uppercase letters from the password. If you don't include this switch, the password can contain uppercase letters.
The JSON key name for the key/value pair, where the value is the generated password. This pair is added to the JSON structure specified by the `SecretStringTemplate`
parameter. If you specify this parameter, then you must also specify `SecretStringTemplate`
.
Specifies whether to include the space character. If you include this switch, the password can contain space characters.
The length of the password. If you don't include this parameter, the default length is 32 characters.
Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation. If you don't include this switch, the password contains at least one of every character type.
A template that the generated string must match. When you make a change to this property, a new secret version is created.