@Stability(value=Stable) public static final class CfnSecret.GenerateSecretStringProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSecret.GenerateSecretStringProperty>
CfnSecret.GenerateSecretStringProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnSecret.GenerateSecretStringProperty.Builder excludeCharacters(String excludeCharacters)
CfnSecret.GenerateSecretStringProperty.getExcludeCharacters()excludeCharacters - A string of the characters that you don't want in the password.this@Stability(value=Stable) public CfnSecret.GenerateSecretStringProperty.Builder excludeLowercase(Boolean excludeLowercase)
CfnSecret.GenerateSecretStringProperty.getExcludeLowercase()excludeLowercase - Specifies whether to exclude lowercase letters from the password.
If you don't include this switch, the password can contain lowercase letters.this@Stability(value=Stable) public CfnSecret.GenerateSecretStringProperty.Builder excludeLowercase(IResolvable excludeLowercase)
CfnSecret.GenerateSecretStringProperty.getExcludeLowercase()excludeLowercase - Specifies whether to exclude lowercase letters from the password.
If you don't include this switch, the password can contain lowercase letters.this@Stability(value=Stable) public CfnSecret.GenerateSecretStringProperty.Builder excludeNumbers(Boolean excludeNumbers)
CfnSecret.GenerateSecretStringProperty.getExcludeNumbers()excludeNumbers - Specifies whether to exclude numbers from the password.
If you don't include this switch, the password can contain numbers.this@Stability(value=Stable) public CfnSecret.GenerateSecretStringProperty.Builder excludeNumbers(IResolvable excludeNumbers)
CfnSecret.GenerateSecretStringProperty.getExcludeNumbers()excludeNumbers - Specifies whether to exclude numbers from the password.
If you don't include this switch, the password can contain numbers.this@Stability(value=Stable) public CfnSecret.GenerateSecretStringProperty.Builder excludePunctuation(Boolean excludePunctuation)
CfnSecret.GenerateSecretStringProperty.getExcludePunctuation()excludePunctuation - Specifies whether to exclude the following punctuation characters from the password: `!.
" # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ { | } ~ . If you don't include this switch, the password can contain punctuation.this@Stability(value=Stable) public CfnSecret.GenerateSecretStringProperty.Builder excludePunctuation(IResolvable excludePunctuation)
CfnSecret.GenerateSecretStringProperty.getExcludePunctuation()excludePunctuation - Specifies whether to exclude the following punctuation characters from the password: `!.
" # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ { | } ~ . If you don't include this switch, the password can contain punctuation.this@Stability(value=Stable) public CfnSecret.GenerateSecretStringProperty.Builder excludeUppercase(Boolean excludeUppercase)
CfnSecret.GenerateSecretStringProperty.getExcludeUppercase()excludeUppercase - Specifies whether to exclude uppercase letters from the password.
If you don't include this switch, the password can contain uppercase letters.this@Stability(value=Stable) public CfnSecret.GenerateSecretStringProperty.Builder excludeUppercase(IResolvable excludeUppercase)
CfnSecret.GenerateSecretStringProperty.getExcludeUppercase()excludeUppercase - Specifies whether to exclude uppercase letters from the password.
If you don't include this switch, the password can contain uppercase letters.this@Stability(value=Stable) public CfnSecret.GenerateSecretStringProperty.Builder generateStringKey(String generateStringKey)
CfnSecret.GenerateSecretStringProperty.getGenerateStringKey()generateStringKey - 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 .this@Stability(value=Stable) public CfnSecret.GenerateSecretStringProperty.Builder includeSpace(Boolean includeSpace)
CfnSecret.GenerateSecretStringProperty.getIncludeSpace()includeSpace - Specifies whether to include the space character.
If you include this switch, the password can contain space characters.this@Stability(value=Stable) public CfnSecret.GenerateSecretStringProperty.Builder includeSpace(IResolvable includeSpace)
CfnSecret.GenerateSecretStringProperty.getIncludeSpace()includeSpace - Specifies whether to include the space character.
If you include this switch, the password can contain space characters.this@Stability(value=Stable) public CfnSecret.GenerateSecretStringProperty.Builder passwordLength(Number passwordLength)
CfnSecret.GenerateSecretStringProperty.getPasswordLength()passwordLength - The length of the password.
If you don't include this parameter, the default length is 32 characters.this@Stability(value=Stable) public CfnSecret.GenerateSecretStringProperty.Builder requireEachIncludedType(Boolean requireEachIncludedType)
CfnSecret.GenerateSecretStringProperty.getRequireEachIncludedType()requireEachIncludedType - 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.this@Stability(value=Stable) public CfnSecret.GenerateSecretStringProperty.Builder requireEachIncludedType(IResolvable requireEachIncludedType)
CfnSecret.GenerateSecretStringProperty.getRequireEachIncludedType()requireEachIncludedType - 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.this@Stability(value=Stable) public CfnSecret.GenerateSecretStringProperty.Builder secretStringTemplate(String secretStringTemplate)
CfnSecret.GenerateSecretStringProperty.getSecretStringTemplate()secretStringTemplate - A template that the generated string must match.this@Stability(value=Stable) public CfnSecret.GenerateSecretStringProperty build()
build in interface software.amazon.jsii.Builder<CfnSecret.GenerateSecretStringProperty>CfnSecret.GenerateSecretStringPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.