Class CfnQueuePropsMixin.JobRunAsUserProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.deadline.CfnQueuePropsMixin.JobRunAsUserProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnQueuePropsMixin.JobRunAsUserProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnQueuePropsMixin.JobRunAsUserProperty
@Stability(Stable)
@Internal
public static final class CfnQueuePropsMixin.JobRunAsUserProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnQueuePropsMixin.JobRunAsUserProperty
An implementation for
CfnQueuePropsMixin.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.cfnpropertymixins.services.deadline.CfnQueuePropsMixin.JobRunAsUserProperty
CfnQueuePropsMixin.JobRunAsUserProperty.Builder, CfnQueuePropsMixin.JobRunAsUserProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnQueuePropsMixin.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 theCfnQueuePropsMixin.JobRunAsUserProperty.Builder.
-
-
Method Details
-
getPosix
Description copied from interface:CfnQueuePropsMixin.JobRunAsUserPropertyThe user and group that the jobs in the queue run as.Returns union: either
IResolvableorCfnQueuePropsMixin.PosixUserProperty- Specified by:
getPosixin interfaceCfnQueuePropsMixin.JobRunAsUserProperty- See Also:
-
getRunAs
Description copied from interface:CfnQueuePropsMixin.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 interfaceCfnQueuePropsMixin.JobRunAsUserProperty- See Also:
-
getWindows
Description copied from interface:CfnQueuePropsMixin.JobRunAsUserPropertyIdentifies a Microsoft Windows user.Returns union: either
IResolvableorCfnQueuePropsMixin.WindowsUserProperty- Specified by:
getWindowsin interfaceCfnQueuePropsMixin.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()
-