Class CfnMicrosoftADProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMicrosoftADProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnMicrosoftADProps
CfnMicrosoftADProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.directoryservice.CfnMicrosoftADProps
CfnMicrosoftADProps.Builder, CfnMicrosoftADProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnMicrosoftADProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMicrosoftADProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectSpecifies an alias for a directory and assigns the alias to the directory.final StringAWS Managed Microsoft AD is available in two editions:StandardandEnterprise.final ObjectWhether to enable single sign-on for a Microsoft Active Directory in AWS .final StringgetName()The fully qualified domain name for the AWS Managed Microsoft AD directory, such ascorp.example.com.final StringThe password for the default administrative user namedAdmin.final StringThe NetBIOS name for your domain, such asCORP.final ObjectSpecifies the VPC settings of the Microsoft AD directory server in AWS .final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnMicrosoftADProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnMicrosoftADPropsThe fully qualified domain name for the AWS Managed Microsoft AD directory, such ascorp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.- Specified by:
getNamein interfaceCfnMicrosoftADProps
-
getPassword
Description copied from interface:CfnMicrosoftADPropsThe password for the default administrative user namedAdmin.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 interfaceCfnMicrosoftADProps
-
getVpcSettings
Description copied from interface:CfnMicrosoftADPropsSpecifies the VPC settings of the Microsoft AD directory server in AWS .- Specified by:
getVpcSettingsin interfaceCfnMicrosoftADProps
-
getCreateAlias
Description copied from interface:CfnMicrosoftADPropsSpecifies 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, 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.
- Specified by:
getCreateAliasin interfaceCfnMicrosoftADProps
-
getEdition
Description copied from interface:CfnMicrosoftADPropsAWS Managed Microsoft AD is available in two editions:StandardandEnterprise.Enterpriseis the default.- Specified by:
getEditionin interfaceCfnMicrosoftADProps
-
getEnableSso
Description copied from interface:CfnMicrosoftADPropsWhether to enable single sign-on for a Microsoft Active Directory in AWS .Single 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.
- Specified by:
getEnableSsoin interfaceCfnMicrosoftADProps
-
getShortName
Description copied from interface:CfnMicrosoftADPropsThe NetBIOS name for your domain, such asCORP.If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example,
CORPfor the directory DNScorp.example.com.- Specified by:
getShortNamein interfaceCfnMicrosoftADProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-