@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:53.440Z")
public interface CfnDirectoryConfigProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.appstream.*; CfnDirectoryConfigProps cfnDirectoryConfigProps = CfnDirectoryConfigProps.builder() .directoryName("directoryName") .organizationalUnitDistinguishedNames(List.of("organizationalUnitDistinguishedNames")) .serviceAccountCredentials(ServiceAccountCredentialsProperty.builder() .accountName("accountName") .accountPassword("accountPassword") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDirectoryConfigProps.Builder
A builder for
CfnDirectoryConfigProps |
static class |
CfnDirectoryConfigProps.Jsii$Proxy
An implementation for
CfnDirectoryConfigProps |
Modifier and Type | Method and Description |
---|---|
static CfnDirectoryConfigProps.Builder |
builder() |
java.lang.String |
getDirectoryName()
The fully qualified name of the directory (for example, corp.example.com).
|
java.util.List<java.lang.String> |
getOrganizationalUnitDistinguishedNames()
The distinguished names of the organizational units for computer accounts.
|
java.lang.Object |
getServiceAccountCredentials()
The credentials for the service account used by the streaming instance to connect to the directory.
|
java.lang.String getDirectoryName()
java.util.List<java.lang.String> getOrganizationalUnitDistinguishedNames()
java.lang.Object getServiceAccountCredentials()
Do not use this parameter directly. Use ServiceAccountCredentials
as an input parameter with noEcho
as shown in the Parameters . For best practices information, see Do Not Embed Credentials in Your Templates .
static CfnDirectoryConfigProps.Builder builder()
CfnDirectoryConfigProps.Builder
of CfnDirectoryConfigProps