Interface CfnQueue.WindowsUserProperty

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

@Stability(Stable) public static interface CfnQueue.WindowsUserProperty extends software.amazon.jsii.JsiiSerializable
The Windows user details.

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.deadline.*;
 WindowsUserProperty windowsUserProperty = WindowsUserProperty.builder()
         .passwordArn("passwordArn")
         .user("user")
         .build();
 

See Also: