@Stability(value=Stable) @Internal public static final class CfnSimpleADProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSimpleADProps
CfnSimpleADPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnSimpleADProps.Builder, CfnSimpleADProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnSimpleADProps.Builder builder)
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getCreateAlias()
If set to `true` , specifies an alias for a directory and assigns the alias to the directory.
|
String |
getDescription()
A description for the directory.
|
Object |
getEnableSso()
Whether to enable single sign-on for a directory.
|
String |
getName()
The fully qualified name for the directory, such as `corp.example.com` .
|
String |
getPassword()
The password for the directory administrator.
|
String |
getShortName()
The NetBIOS name of the directory, such as `CORP` .
|
String |
getSize()
The size of the directory.
|
Object |
getVpcSettings()
A [DirectoryVpcSettings](https://docs.aws.amazon.com/directoryservice/latest/devguide/API_DirectoryVpcSettings.html) object that contains additional information for the operation.
|
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(CfnSimpleADProps.Builder builder)
CfnSimpleADProps.Builder.public final String getName()
CfnSimpleADPropsgetName in interface CfnSimpleADPropspublic final String getPassword()
CfnSimpleADProps
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 .
getPassword in interface CfnSimpleADPropspublic final String getSize()
CfnSimpleADPropsFor valid values, see CreateDirectory in the AWS Directory Service API Reference .
getSize in interface CfnSimpleADPropspublic final Object getVpcSettings()
CfnSimpleADPropsgetVpcSettings in interface CfnSimpleADPropspublic final Object getCreateAlias()
CfnSimpleADProps
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.
getCreateAlias in interface CfnSimpleADPropspublic final String getDescription()
CfnSimpleADPropsgetDescription in interface CfnSimpleADPropspublic final Object getEnableSso()
CfnSimpleADPropsIf you don't specify a value, AWS CloudFormation disables single sign-on by default.
getEnableSso in interface CfnSimpleADPropspublic final String getShortName()
CfnSimpleADPropsgetShortName in interface CfnSimpleADProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.