@Stability(value=Stable)
public static interface CfnDirectoryConfig.ServiceAccountCredentialsProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getAccountName()
The user name of the account.
|
String |
getAccountPassword()
The password for the account.
|
@Stability(value=Stable) @NotNull 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.
@Stability(value=Stable) @NotNull String getAccountPassword()
@Stability(value=Stable) static CfnDirectoryConfig.ServiceAccountCredentialsProperty.Builder builder()
Copyright © 2022. All rights reserved.