public static interface CfnDirectoryConfig.ServiceAccountCredentialsProperty
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.*; ServiceAccountCredentialsProperty serviceAccountCredentialsProperty = ServiceAccountCredentialsProperty.builder() .accountName("accountName") .accountPassword("accountPassword") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDirectoryConfig.ServiceAccountCredentialsProperty.Builder
A builder for
CfnDirectoryConfig.ServiceAccountCredentialsProperty |
static class |
CfnDirectoryConfig.ServiceAccountCredentialsProperty.Jsii$Proxy
An implementation for
CfnDirectoryConfig.ServiceAccountCredentialsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDirectoryConfig.ServiceAccountCredentialsProperty.Builder |
builder() |
java.lang.String |
getAccountName()
The user name of the account.
|
java.lang.String |
getAccountPassword()
The password for the account.
|
java.lang.String getAccountName()
This account must have the following privileges: create computer objects, join computers to the domain, and change/reset the password on descendant computer objects for the organizational units specified.
java.lang.String getAccountPassword()