Class RunBatchJobProps.Jsii$Proxy
- All Implemented Interfaces:
RunBatchJobProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- RunBatchJobProps
RunBatchJobProps
-
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.stepfunctions.tasks.RunBatchJobProps
RunBatchJobProps.Builder, RunBatchJobProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(RunBatchJobProps.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theRunBatchJobProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
Deprecated.final boolean
Deprecated.final Number
Deprecated.(deprecated) The array size can be between 2 and 10,000.final Number
Deprecated.(deprecated) The number of times to move a job to the RUNNABLE status.final ContainerOverrides
Deprecated.(deprecated) A list of container overrides in JSON format that specify the name of a container in the specified job definition and the overrides it should receive.final List<JobDependency>
Deprecated.(deprecated) A list of dependencies for the job.Deprecated.(deprecated) The service integration pattern indicates different ways to call TerminateCluster.final String
Deprecated.(deprecated) The arn of the job definition used by this job.final String
Deprecated.(deprecated) The name of the job.final String
Deprecated.(deprecated) The arn of the job queue into which the job is submitted.Deprecated.(deprecated) The payload to be passed as parametrs to the batch job.final Duration
Deprecated.(deprecated) The timeout configuration for this SubmitJob operation.final int
hashCode()
Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theRunBatchJobProps.Builder
.
-
-
Method Details
-
getJobDefinitionArn
Deprecated.Description copied from interface:RunBatchJobProps
(deprecated) The arn of the job definition used by this job.- Specified by:
getJobDefinitionArn
in interfaceRunBatchJobProps
-
getJobName
Deprecated.Description copied from interface:RunBatchJobProps
(deprecated) The name of the job.The first character must be alphanumeric, and up to 128 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.
- Specified by:
getJobName
in interfaceRunBatchJobProps
-
getJobQueueArn
Deprecated.Description copied from interface:RunBatchJobProps
(deprecated) The arn of the job queue into which the job is submitted.- Specified by:
getJobQueueArn
in interfaceRunBatchJobProps
-
getArraySize
Deprecated.Description copied from interface:RunBatchJobProps
(deprecated) The array size can be between 2 and 10,000.If you specify array properties for a job, it becomes an array job. For more information, see Array Jobs in the AWS Batch User Guide.
Default: - No array size
- Specified by:
getArraySize
in interfaceRunBatchJobProps
-
getAttempts
Deprecated.Description copied from interface:RunBatchJobProps
(deprecated) 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:
getAttempts
in interfaceRunBatchJobProps
-
getContainerOverrides
Deprecated.Description copied from interface:RunBatchJobProps
(deprecated) A list of container overrides in JSON format that specify the name of a container in the specified job definition and the overrides it should receive.Default: - No container overrides
- Specified by:
getContainerOverrides
in interfaceRunBatchJobProps
- See Also:
-
getDependsOn
Deprecated.Description copied from interface:RunBatchJobProps
(deprecated) A list of dependencies for the job.A job can depend upon a maximum of 20 jobs.
Default: - No dependencies
- Specified by:
getDependsOn
in interfaceRunBatchJobProps
- See Also:
-
getIntegrationPattern
Deprecated.Description copied from interface:RunBatchJobProps
(deprecated) The service integration pattern indicates different ways to call TerminateCluster.The valid value is either FIRE_AND_FORGET or SYNC.
Default: SYNC
- Specified by:
getIntegrationPattern
in interfaceRunBatchJobProps
-
getPayload
Deprecated.Description copied from interface:RunBatchJobProps
(deprecated) The payload to be passed as parametrs to the batch job.Default: - No parameters are passed
- Specified by:
getPayload
in interfaceRunBatchJobProps
-
getTimeout
Deprecated.Description copied from interface:RunBatchJobProps
(deprecated) The timeout configuration for this SubmitJob operation.The minimum value for the timeout is 60 seconds.
Default: - No timeout
- Specified by:
getTimeout
in interfaceRunBatchJobProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-