Class CfnQueue.JobRunAsUserProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.deadline.CfnQueue.JobRunAsUserProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnQueue.JobRunAsUserProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnQueue.JobRunAsUserProperty
@Stability(Stable)
@Internal
public static final class CfnQueue.JobRunAsUserProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnQueue.JobRunAsUserProperty
An implementation for
CfnQueue.JobRunAsUserProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.deadline.CfnQueue.JobRunAsUserProperty
CfnQueue.JobRunAsUserProperty.Builder, CfnQueue.JobRunAsUserProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnQueue.JobRunAsUserProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectgetPosix()The user and group that the jobs in the queue run as.final StringgetRunAs()Specifies whether the job should run using the queue's system user or if the job should run using the worker agent system user.final ObjectIdentifies a Microsoft Windows user.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnQueue.JobRunAsUserProperty.Builder.
-
-
Method Details
-
getRunAs
Description copied from interface:CfnQueue.JobRunAsUserPropertySpecifies whether the job should run using the queue's system user or if the job should run using the worker agent system user.- Specified by:
getRunAsin interfaceCfnQueue.JobRunAsUserProperty- See Also:
-
getPosix
Description copied from interface:CfnQueue.JobRunAsUserPropertyThe user and group that the jobs in the queue run as.Returns union: either
IResolvableorCfnQueue.PosixUserProperty- Specified by:
getPosixin interfaceCfnQueue.JobRunAsUserProperty- See Also:
-
getWindows
Description copied from interface:CfnQueue.JobRunAsUserPropertyIdentifies a Microsoft Windows user.Returns union: either
IResolvableorCfnQueue.WindowsUserProperty- Specified by:
getWindowsin interfaceCfnQueue.JobRunAsUserProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-