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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnQueuePropsMixin.WindowsUserPropertystatic final classAn implementation forCfnQueuePropsMixin.WindowsUserProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPasswordArn
The password ARN for the Windows user.- See Also:
-
getUser
The user.- See Also:
-
builder
-