Class MultiNodeJobDefinitionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.MultiNodeJobDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
JobDefinitionProps
,MultiNodeJobDefinitionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MultiNodeJobDefinitionProps
@Stability(Stable)
@Internal
public static final class MultiNodeJobDefinitionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MultiNodeJobDefinitionProps
An implementation for
MultiNodeJobDefinitionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.MultiNodeJobDefinitionProps
MultiNodeJobDefinitionProps.Builder, MultiNodeJobDefinitionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theMultiNodeJobDefinitionProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final List<MultiNodeContainer>
The containers that this multinode job will run.final InstanceType
The instance type that this job definition will run.final String
The name of this job definition.final Number
The index of the main node in this job.The default parameters passed to the container These parameters can be referenced in thecommand
that you give to the container.final Boolean
Whether to propogate tags from the JobDefinition to the ECS task that Batch spawns.final Number
The number of times to retry a job.final List<RetryStrategy>
Defines the retry behavior for this job.final Number
The priority of this Job.final Duration
The timeout time for jobs that are submitted with this job definition.final int
hashCode()
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 theMultiNodeJobDefinitionProps.Builder
.
-
-
Method Details
-
getContainers
Description copied from interface:MultiNodeJobDefinitionProps
The containers that this multinode job will run.Default: none
- Specified by:
getContainers
in interfaceMultiNodeJobDefinitionProps
- See Also:
-
getInstanceType
Description copied from interface:MultiNodeJobDefinitionProps
The instance type that this job definition will run.Default: - optimal instance, selected by Batch
- Specified by:
getInstanceType
in interfaceMultiNodeJobDefinitionProps
-
getMainNode
Description copied from interface:MultiNodeJobDefinitionProps
The index of the main node in this job.The main node is responsible for orchestration.
Default: 0
- Specified by:
getMainNode
in interfaceMultiNodeJobDefinitionProps
-
getPropagateTags
Description copied from interface:MultiNodeJobDefinitionProps
Whether to propogate tags from the JobDefinition to the ECS task that Batch spawns.Default: false
- Specified by:
getPropagateTags
in interfaceMultiNodeJobDefinitionProps
-
getJobDefinitionName
Description copied from interface:JobDefinitionProps
The name of this job definition.Default: - generated by CloudFormation
- Specified by:
getJobDefinitionName
in interfaceJobDefinitionProps
-
getParameters
Description copied from interface:JobDefinitionProps
The default parameters passed to the container These parameters can be referenced in thecommand
that you give to the container.Default: none
- Specified by:
getParameters
in interfaceJobDefinitionProps
- See Also:
-
getRetryAttempts
Description copied from interface:JobDefinitionProps
The number of times to retry a job.The job is retried on failure the same number of attempts as the value.
Default: 1
- Specified by:
getRetryAttempts
in interfaceJobDefinitionProps
-
getRetryStrategies
Description copied from interface:JobDefinitionProps
Defines the retry behavior for this job.Default: - no `RetryStrategy`
- Specified by:
getRetryStrategies
in interfaceJobDefinitionProps
-
getSchedulingPriority
Description copied from interface:JobDefinitionProps
The priority of this Job.Only used in Fairshare Scheduling to decide which job to run first when there are multiple jobs with the same share identifier.
Default: none
- Specified by:
getSchedulingPriority
in interfaceJobDefinitionProps
-
getTimeout
Description copied from interface:JobDefinitionProps
The timeout time for jobs that are submitted with this job definition.After the amount of time you specify passes, Batch terminates your jobs if they aren't finished.
Default: - no timeout
- Specified by:
getTimeout
in interfaceJobDefinitionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-