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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.RunBatchJobProps
RunBatchJobProps.Builder, RunBatchJobProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(RunBatchJobProps.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theRunBatchJobProps.Builder.protectedJsii$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.JsonNodeDeprecated.final booleanDeprecated.final NumberDeprecated.(deprecated) The array size can be between 2 and 10,000.final NumberDeprecated.(deprecated) The number of times to move a job to the RUNNABLE status.final ContainerOverridesDeprecated.(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 StringDeprecated.(deprecated) The arn of the job definition used by this job.final StringDeprecated.(deprecated) The name of the job.final StringDeprecated.(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 DurationDeprecated.(deprecated) The timeout configuration for this SubmitJob operation.final inthashCode()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:
getJobDefinitionArnin 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:
getJobNamein interfaceRunBatchJobProps
-
getJobQueueArn
Deprecated.Description copied from interface:RunBatchJobProps(deprecated) The arn of the job queue into which the job is submitted.- Specified by:
getJobQueueArnin 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:
getArraySizein 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:
getAttemptsin 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
-
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:
getDependsOnin 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:
getIntegrationPatternin 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:
getPayloadin 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:
getTimeoutin interfaceRunBatchJobProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-