Class AdvancedSecurityOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticsearch.AdvancedSecurityOptions.Jsii$Proxy
- All Implemented Interfaces:
AdvancedSecurityOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AdvancedSecurityOptions
@Stability(Deprecated)
@Deprecated
@Internal
public static final class AdvancedSecurityOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AdvancedSecurityOptions
Deprecated.
An implementation for
AdvancedSecurityOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticsearch.AdvancedSecurityOptions
AdvancedSecurityOptions.Builder, AdvancedSecurityOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.Constructor that initializes the object based on literal property values passed by theAdvancedSecurityOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final StringDeprecated.(deprecated) ARN for the master user.final StringDeprecated.(deprecated) Username for the master user.final SecretValueDeprecated.(deprecated) Password for the master user.final inthashCode()Deprecated.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theAdvancedSecurityOptions.Builder.
-
-
Method Details
-
getMasterUserArn
Deprecated.Description copied from interface:AdvancedSecurityOptions(deprecated) ARN for the master user.Only specify this or masterUserName, but not both.
Default: - fine-grained access control is disabled
- Specified by:
getMasterUserArnin interfaceAdvancedSecurityOptions
-
getMasterUserName
Deprecated.Description copied from interface:AdvancedSecurityOptions(deprecated) Username for the master user.Only specify this or masterUserArn, but not both.
Default: - fine-grained access control is disabled
- Specified by:
getMasterUserNamein interfaceAdvancedSecurityOptions
-
getMasterUserPassword
Deprecated.Description copied from interface:AdvancedSecurityOptions(deprecated) Password for the master user.You can use
SecretValue.unsafePlainTextto specify a password in plain text or usesecretsmanager.Secret.fromSecretAttributesto reference a secret in Secrets Manager.Default: - A Secrets Manager generated password
- Specified by:
getMasterUserPasswordin interfaceAdvancedSecurityOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-