@Stability(value=Stable) @Internal public static final class CfnSecret.GenerateSecretStringProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSecret.GenerateSecretStringProperty
CfnSecret.GenerateSecretStringPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnSecret.GenerateSecretStringProperty.Builder, CfnSecret.GenerateSecretStringProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnSecret.GenerateSecretStringProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnSecret.GenerateSecretStringProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getExcludeCharacters()
A string of the characters that you don't want in the password.
|
Object |
getExcludeLowercase()
Specifies whether to exclude lowercase letters from the password.
|
Object |
getExcludeNumbers()
Specifies whether to exclude numbers from the password.
|
Object |
getExcludePunctuation()
Specifies whether to exclude the following punctuation characters from the password: `!
|
Object |
getExcludeUppercase()
Specifies whether to exclude uppercase letters from the password.
|
String |
getGenerateStringKey()
The JSON key name for the key/value pair, where the value is the generated password.
|
Object |
getIncludeSpace()
Specifies whether to include the space character.
|
Number |
getPasswordLength()
The length of the password.
|
Object |
getRequireEachIncludedType()
Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation.
|
String |
getSecretStringTemplate()
A template that the generated string must match.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnSecret.GenerateSecretStringProperty.Builder builder)
CfnSecret.GenerateSecretStringProperty.Builder.public final String getExcludeCharacters()
CfnSecret.GenerateSecretStringPropertygetExcludeCharacters in interface CfnSecret.GenerateSecretStringPropertypublic final Object getExcludeLowercase()
CfnSecret.GenerateSecretStringPropertyIf you don't include this switch, the password can contain lowercase letters.
getExcludeLowercase in interface CfnSecret.GenerateSecretStringPropertypublic final Object getExcludeNumbers()
CfnSecret.GenerateSecretStringPropertyIf you don't include this switch, the password can contain numbers.
getExcludeNumbers in interface CfnSecret.GenerateSecretStringPropertypublic final Object getExcludePunctuation()
CfnSecret.GenerateSecretStringProperty
" # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ { | } ~ . If you don't include this switch, the password can contain punctuation.
getExcludePunctuation in interface CfnSecret.GenerateSecretStringPropertypublic final Object getExcludeUppercase()
CfnSecret.GenerateSecretStringPropertyIf you don't include this switch, the password can contain uppercase letters.
getExcludeUppercase in interface CfnSecret.GenerateSecretStringPropertypublic final String getGenerateStringKey()
CfnSecret.GenerateSecretStringProperty
This pair is added to the JSON structure specified by the SecretStringTemplate parameter. If you specify this parameter, then you must also specify SecretStringTemplate .
getGenerateStringKey in interface CfnSecret.GenerateSecretStringPropertypublic final Object getIncludeSpace()
CfnSecret.GenerateSecretStringPropertyIf you include this switch, the password can contain space characters.
getIncludeSpace in interface CfnSecret.GenerateSecretStringPropertypublic final Number getPasswordLength()
CfnSecret.GenerateSecretStringPropertyIf you don't include this parameter, the default length is 32 characters.
getPasswordLength in interface CfnSecret.GenerateSecretStringPropertypublic final Object getRequireEachIncludedType()
CfnSecret.GenerateSecretStringPropertyIf you don't include this switch, the password contains at least one of every character type.
getRequireEachIncludedType in interface CfnSecret.GenerateSecretStringPropertypublic final String getSecretStringTemplate()
CfnSecret.GenerateSecretStringPropertygetSecretStringTemplate in interface CfnSecret.GenerateSecretStringProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.