@Stability(value=Stable) @Internal public static final class CfnMicrosoftADProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMicrosoftADProps
CfnMicrosoftADPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnMicrosoftADProps.Builder, CfnMicrosoftADProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnMicrosoftADProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnMicrosoftADProps.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()
Specifies an alias for a directory and assigns the alias to the directory.
|
String |
getEdition()
AWS Managed Microsoft AD is available in two editions: `Standard` and `Enterprise` .
|
Object |
getEnableSso()
Whether to enable single sign-on for a Microsoft Active Directory in AWS .
|
String |
getName()
The fully qualified domain name for the AWS Managed Microsoft AD directory, such as `corp.example.com` .
|
String |
getPassword()
The password for the default administrative user named `Admin` .
|
String |
getShortName()
The NetBIOS name for your domain, such as `CORP` .
|
Object |
getVpcSettings()
Specifies the VPC settings of the Microsoft AD directory server in AWS .
|
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(CfnMicrosoftADProps.Builder builder)
CfnMicrosoftADProps.Builder.public final String getName()
CfnMicrosoftADPropsgetName in interface CfnMicrosoftADPropspublic final String getPassword()
CfnMicrosoftADPropsIf 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 CfnMicrosoftADPropspublic final Object getVpcSettings()
CfnMicrosoftADPropsgetVpcSettings in interface CfnMicrosoftADPropspublic final Object getCreateAlias()
CfnMicrosoftADProps
The alias is used to construct the access URL for the directory, such as http://<alias>.awsapps.com . By default, AWS CloudFormation does not create an alias.
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 CfnMicrosoftADPropspublic final String getEdition()
CfnMicrosoftADProps
Enterprise is the default.
getEdition in interface CfnMicrosoftADPropspublic final Object getEnableSso()
CfnMicrosoftADPropsSingle sign-on allows users in your directory to access certain AWS services from a computer joined to the directory without having to enter their credentials separately. If you don't specify a value, AWS CloudFormation disables single sign-on by default.
getEnableSso in interface CfnMicrosoftADPropspublic final String getShortName()
CfnMicrosoftADProps
If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com .
getShortName in interface CfnMicrosoftADProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.