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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.directoryservice.CfnSimpleADPropsCfnSimpleADProps.Builder, CfnSimpleADProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSimpleADProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSimpleADProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectIf set totrue, specifies an alias for a directory and assigns the alias to the directory.final StringA description for the directory.final ObjectWhether to enable single sign-on for a directory.final StringgetName()The fully qualified name for the directory, such ascorp.example.com.final StringThe password for the directory administrator.final StringThe NetBIOS name of the directory, such asCORP.final StringgetSize()The size of the directory.final ObjectA DirectoryVpcSettings object that contains additional information for the operation.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnSimpleADProps.Builder.
 
- 
- 
Method Details- 
getNameDescription copied from interface:CfnSimpleADPropsThe fully qualified name for the directory, such ascorp.example.com.- Specified by:
- getNamein interface- CfnSimpleADProps
 
- 
getSizeDescription copied from interface:CfnSimpleADPropsThe size of the directory.For valid values, see CreateDirectory in the AWS Directory Service API Reference . - Specified by:
- getSizein interface- CfnSimpleADProps
 
- 
getVpcSettingsDescription copied from interface:CfnSimpleADPropsA DirectoryVpcSettings object that contains additional information for the operation.- Specified by:
- getVpcSettingsin interface- CfnSimpleADProps
 
- 
getCreateAliasDescription copied from interface:CfnSimpleADPropsIf set totrue, 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 tofalse.After an alias has been created, it cannot be deleted or reused, so this operation should only be used when absolutely necessary. - Specified by:
- getCreateAliasin interface- CfnSimpleADProps
 
- 
getDescriptionDescription copied from interface:CfnSimpleADPropsA description for the directory.- Specified by:
- getDescriptionin interface- CfnSimpleADProps
 
- 
getEnableSsoDescription copied from interface:CfnSimpleADPropsWhether 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:
- getEnableSsoin interface- CfnSimpleADProps
 
- 
getPasswordDescription copied from interface:CfnSimpleADPropsThe password for the directory administrator.The directory creation process creates a directory administrator account with the user name Administratorand 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:
- getPasswordin interface- CfnSimpleADProps
 
- 
getShortNameDescription copied from interface:CfnSimpleADPropsThe NetBIOS name of the directory, such asCORP.- Specified by:
- getShortNamein interface- CfnSimpleADProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-