Interface CfnQueuePropsMixin.WindowsUserProperty

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

@Stability(Stable) public static interface CfnQueuePropsMixin.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.mixins.preview.services.deadline.mixins.*;
 WindowsUserProperty windowsUserProperty = WindowsUserProperty.builder()
         .passwordArn("passwordArn")
         .user("user")
         .build();
 

See Also: