Class CfnQueueMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pcs.CfnQueueMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnQueueMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnQueueMixinProps
@Stability(Stable)
@Internal
public static final class CfnQueueMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnQueueMixinProps
An implementation for
CfnQueueMixinProps-
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.pcs.CfnQueueMixinProps
CfnQueueMixinProps.Builder, CfnQueueMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnQueueMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnQueueMixinProps.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 StringThe ID of the cluster of the queue.final ObjectThe list of compute node group configurations associated with the queue.final StringgetName()The name that identifies the queue.final ObjectAdditional options related to the Slurm scheduler.getTags()1 or more tags added to the resource.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 theCfnQueueMixinProps.Builder.
-
-
Method Details
-
getClusterId
Description copied from interface:CfnQueueMixinPropsThe ID of the cluster of the queue.- Specified by:
getClusterIdin interfaceCfnQueueMixinProps- See Also:
-
getComputeNodeGroupConfigurations
Description copied from interface:CfnQueueMixinPropsThe list of compute node group configurations associated with the queue.Queues assign jobs to associated compute node groups.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnQueuePropsMixin.ComputeNodeGroupConfigurationProperty>- Specified by:
getComputeNodeGroupConfigurationsin interfaceCfnQueueMixinProps- See Also:
-
getName
Description copied from interface:CfnQueueMixinPropsThe name that identifies the queue.- Specified by:
getNamein interfaceCfnQueueMixinProps- See Also:
-
getSlurmConfiguration
Description copied from interface:CfnQueueMixinPropsAdditional options related to the Slurm scheduler.Returns union: either
IResolvableorCfnQueuePropsMixin.SlurmConfigurationProperty- Specified by:
getSlurmConfigurationin interfaceCfnQueueMixinProps- See Also:
-
getTags
Description copied from interface:CfnQueueMixinProps1 or more tags added to the resource.Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
- Specified by:
getTagsin interfaceCfnQueueMixinProps- 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()
-