Class CfnSimpleADProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnSimpleADProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSimpleADProps
An implementation for CfnSimpleADProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.directoryservice.CfnSimpleADProps

    CfnSimpleADProps.Builder, CfnSimpleADProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnSimpleADProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    If set to true , specifies an alias for a directory and assigns the alias to the directory.
    final String
    A description for the directory.
    final Object
    Whether to enable single sign-on for a directory.
    final String
    The fully qualified name for the directory, such as corp.example.com .
    final String
    The password for the directory administrator.
    final String
    The NetBIOS name of the directory, such as CORP .
    final String
    The size of the directory.
    final Object
    A DirectoryVpcSettings object that contains additional information for the operation.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(CfnSimpleADProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnSimpleADProps.Builder.
  • Method Details

    • getName

      public final String getName()
      Description copied from interface: CfnSimpleADProps
      The fully qualified name for the directory, such as corp.example.com .
      Specified by:
      getName in interface CfnSimpleADProps
    • getSize

      public final String getSize()
      Description copied from interface: CfnSimpleADProps
      The size of the directory.

      For valid values, see CreateDirectory in the AWS Directory Service API Reference .

      Specified by:
      getSize in interface CfnSimpleADProps
    • getVpcSettings

      public final Object getVpcSettings()
      Description copied from interface: CfnSimpleADProps
      A DirectoryVpcSettings object that contains additional information for the operation.
      Specified by:
      getVpcSettings in interface CfnSimpleADProps
    • getCreateAlias

      public final Object getCreateAlias()
      Description copied from interface: CfnSimpleADProps
      If set to true , specifies an alias for a directory and assigns the alias to the directory.

      The alias is used to construct the access URL for the directory, such as http://<alias>.awsapps.com . By default, this property is set to false .

      After an alias has been created, it cannot be deleted or reused, so this operation should only be used when absolutely necessary.

      Specified by:
      getCreateAlias in interface CfnSimpleADProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnSimpleADProps
      A description for the directory.
      Specified by:
      getDescription in interface CfnSimpleADProps
    • getEnableSso

      public final Object getEnableSso()
      Description copied from interface: CfnSimpleADProps
      Whether to enable single sign-on for a directory.

      If you don't specify a value, AWS CloudFormation disables single sign-on by default.

      Specified by:
      getEnableSso in interface CfnSimpleADProps
    • getPassword

      public final String getPassword()
      Description copied from interface: CfnSimpleADProps
      The password for the directory administrator.

      The directory creation process creates a directory administrator account with the user name Administrator and this password.

      If you need to change the password for the administrator account, see the ResetUserPassword API call in the AWS Directory Service API Reference .

      Specified by:
      getPassword in interface CfnSimpleADProps
    • getShortName

      public final String getShortName()
      Description copied from interface: CfnSimpleADProps
      The NetBIOS name of the directory, such as CORP .
      Specified by:
      getShortName in interface CfnSimpleADProps
    • $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