Class JobDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
JobDefinitionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- JobDefinitionProps
JobDefinitionProps
-
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.JobDefinitionProps
JobDefinitionProps.Builder, JobDefinitionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(JobDefinitionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theJobDefinitionProps.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 JobDefinitionContainer
(experimental) An object with various properties specific to container-based jobs.final String
(experimental) The name of the job definition.final IMultiNodeProps
(experimental) An object with various properties specific to multi-node parallel jobs.(experimental) When you submit a job, you can specify parameters that should replace the placeholders or override the default job definition parameters.final List<PlatformCapabilities>
(experimental) The platform capabilities required by the job definition.final Number
(experimental) The number of times to move a job to the RUNNABLE status.final Duration
(experimental) The timeout configuration 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 theJobDefinitionProps.Builder
.
-
-
Method Details
-
getContainer
Description copied from interface:JobDefinitionProps
(experimental) An object with various properties specific to container-based jobs.- Specified by:
getContainer
in interfaceJobDefinitionProps
-
getJobDefinitionName
Description copied from interface:JobDefinitionProps
(experimental) The name of the job definition.Up to 128 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.
Default: Cloudformation-generated name
- Specified by:
getJobDefinitionName
in interfaceJobDefinitionProps
-
getNodeProps
Description copied from interface:JobDefinitionProps
(experimental) An object with various properties specific to multi-node parallel jobs.Default: - undefined
- Specified by:
getNodeProps
in interfaceJobDefinitionProps
-
getParameters
Description copied from interface:JobDefinitionProps
(experimental) When you submit a job, you can specify parameters that should replace the placeholders or override the default job definition parameters.Parameters in job submission requests take precedence over the defaults in a job definition. This allows you to use the same job definition for multiple jobs that use the same format, and programmatically change values in the command at submission time.
Default: - undefined
- Specified by:
getParameters
in interfaceJobDefinitionProps
-
getPlatformCapabilities
Description copied from interface:JobDefinitionProps
(experimental) The platform capabilities required by the job definition.Default: - EC2
- Specified by:
getPlatformCapabilities
in interfaceJobDefinitionProps
-
getRetryAttempts
Description copied from interface:JobDefinitionProps
(experimental) The number of times to move a job to the RUNNABLE status.You may specify between 1 and 10 attempts. If the value of attempts is greater than one, the job is retried on failure the same number of attempts as the value.
Default: 1
- Specified by:
getRetryAttempts
in interfaceJobDefinitionProps
-
getTimeout
Description copied from interface:JobDefinitionProps
(experimental) The timeout configuration for jobs that are submitted with this job definition.You can specify a timeout duration after which AWS Batch terminates your jobs if they have not finished.
Default: - undefined
- 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()
-