public static final class CfnSimpleADProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSimpleADProps
CfnSimpleADProps
CfnSimpleADProps.Builder, CfnSimpleADProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getCreateAlias()
If set to `true` , specifies an alias for a directory and assigns the alias to the directory.
|
java.lang.String |
getDescription()
A description for the directory.
|
java.lang.Object |
getEnableSso()
Whether to enable single sign-on for a directory.
|
java.lang.String |
getName()
The fully qualified name for the directory, such as `corp.example.com` .
|
java.lang.String |
getPassword()
The password for the directory administrator.
|
java.lang.String |
getShortName()
The NetBIOS name of the directory, such as `CORP` .
|
java.lang.String |
getSize()
The size of the directory.
|
java.lang.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() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getName()
CfnSimpleADProps
getName
in interface CfnSimpleADProps
public final java.lang.String getSize()
CfnSimpleADProps
For valid values, see CreateDirectory in the AWS Directory Service API Reference .
getSize
in interface CfnSimpleADProps
public final java.lang.Object getVpcSettings()
CfnSimpleADProps
getVpcSettings
in interface CfnSimpleADProps
public final java.lang.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 CfnSimpleADProps
public final java.lang.String getDescription()
CfnSimpleADProps
getDescription
in interface CfnSimpleADProps
public final java.lang.Object getEnableSso()
CfnSimpleADProps
If you don't specify a value, AWS CloudFormation disables single sign-on by default.
getEnableSso
in interface CfnSimpleADProps
public final java.lang.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 CfnSimpleADProps
public final java.lang.String getShortName()
CfnSimpleADProps
getShortName
in interface CfnSimpleADProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()