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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnQueue.WindowsUserProperty
static final class
An implementation forCfnQueue.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
-