Class AdvancedSecurityOptions.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opensearchservice.AdvancedSecurityOptions.Jsii$Proxy
All Implemented Interfaces:
AdvancedSecurityOptions, software.amazon.jsii.JsiiSerializable
Enclosing interface:
AdvancedSecurityOptions

@Stability(Stable) @Internal public static final class AdvancedSecurityOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AdvancedSecurityOptions
An implementation for AdvancedSecurityOptions
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(AdvancedSecurityOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the AdvancedSecurityOptions.Builder.
  • Method Details

    • getMasterUserArn

      public final String getMasterUserArn()
      Description copied from interface: AdvancedSecurityOptions
      ARN for the master user.

      Only specify this or masterUserName, but not both.

      Default: - fine-grained access control is disabled

      Specified by:
      getMasterUserArn in interface AdvancedSecurityOptions
    • getMasterUserName

      public final String getMasterUserName()
      Description copied from interface: AdvancedSecurityOptions
      Username for the master user.

      Only specify this or masterUserArn, but not both.

      Default: - fine-grained access control is disabled

      Specified by:
      getMasterUserName in interface AdvancedSecurityOptions
    • getMasterUserPassword

      public final SecretValue getMasterUserPassword()
      Description copied from interface: AdvancedSecurityOptions
      Password for the master user.

      You can use SecretValue.unsafePlainText to specify a password in plain text or use secretsmanager.Secret.fromSecretAttributes to reference a secret in Secrets Manager.

      Default: - A Secrets Manager generated password

      Specified by:
      getMasterUserPassword in interface AdvancedSecurityOptions
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object