Class CfnDirectoryConfigProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appstream.CfnDirectoryConfigProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDirectoryConfigProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDirectoryConfigProps
@Stability(Stable)
@Internal
public static final class CfnDirectoryConfigProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDirectoryConfigProps
An implementation for
CfnDirectoryConfigProps-
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.appstream.CfnDirectoryConfigProps
CfnDirectoryConfigProps.Builder, CfnDirectoryConfigProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDirectoryConfigProps.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 ObjectThe certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances.final StringThe fully qualified name of the directory (for example, corp.example.com).The distinguished names of the organizational units for computer accounts.final ObjectThe credentials for the service account used by the streaming instance to connect to the directory.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 theCfnDirectoryConfigProps.Builder.
-
-
Method Details
-
getDirectoryName
Description copied from interface:CfnDirectoryConfigPropsThe fully qualified name of the directory (for example, corp.example.com).- Specified by:
getDirectoryNamein interfaceCfnDirectoryConfigProps- See Also:
-
getOrganizationalUnitDistinguishedNames
Description copied from interface:CfnDirectoryConfigPropsThe distinguished names of the organizational units for computer accounts.- Specified by:
getOrganizationalUnitDistinguishedNamesin interfaceCfnDirectoryConfigProps- See Also:
-
getServiceAccountCredentials
Description copied from interface:CfnDirectoryConfigPropsThe credentials for the service account used by the streaming instance to connect to the directory.Do not use this parameter directly. Use
ServiceAccountCredentialsas an input parameter withnoEchoas shown in the Parameters . For best practices information, see Do Not Embed Credentials in Your Templates .Returns union: either
IResolvableorCfnDirectoryConfig.ServiceAccountCredentialsProperty- Specified by:
getServiceAccountCredentialsin interfaceCfnDirectoryConfigProps- See Also:
-
getCertificateBasedAuthProperties
Description copied from interface:CfnDirectoryConfigPropsThe certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances.Returns union: either
IResolvableorCfnDirectoryConfig.CertificateBasedAuthPropertiesProperty- Specified by:
getCertificateBasedAuthPropertiesin interfaceCfnDirectoryConfigProps- See Also:
-
$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()
-