Interface CfnDirectoryConfig.ServiceAccountCredentialsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDirectoryConfig.ServiceAccountCredentialsProperty.Jsii$Proxy
Enclosing class:
CfnDirectoryConfig

@Stability(Stable) public static interface CfnDirectoryConfig.ServiceAccountCredentialsProperty extends software.amazon.jsii.JsiiSerializable
The credentials for the service account used by the streaming instance to connect to the directory.

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();
 

See Also: