Class CfnJobDefinitionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnJobDefinitionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnJobDefinitionMixinProps
CfnJobDefinitionMixinProps-
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.mixins.preview.services.batch.mixins.CfnJobDefinitionMixinProps
CfnJobDefinitionMixinProps.Builder, CfnJobDefinitionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnJobDefinitionMixinProps.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 ObjectContains a list of consumable resources required by the job.final ObjectAn object with properties specific to Amazon ECS-based jobs.final ObjectAn object that contains the properties for the Amazon ECS resources of a job.WhenecsPropertiesis used in the job definition, it can't be used in addition tocontainerProperties,eksProperties, ornodeProperties.final ObjectAn object with properties that are specific to Amazon EKS-based jobs.final StringThe name of the job definition.final ObjectAn object with properties that are specific to multi-node parallel jobs.final ObjectDefault parameters or parameter substitution placeholders that are set in the job definition.The platform capabilities required by the job definition.final ObjectSpecifies whether to propagate the tags from the job or job definition to the corresponding Amazon ECS task.final ObjectSpecifies the resource retention policy settings for the job definition.final ObjectThe retry strategy to use for failed jobs that are submitted with this job definition.final NumberThe scheduling priority of the job definition.final ObjectgetTags()The tags that are applied to the job definition.final ObjectThe timeout time for jobs that are submitted with this job definition.final StringgetType()The type of job definition.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 theCfnJobDefinitionMixinProps.Builder.
-
-
Method Details
-
getConsumableResourceProperties
Description copied from interface:CfnJobDefinitionMixinPropsContains a list of consumable resources required by the job.Returns union: either
IResolvableorCfnJobDefinitionPropsMixin.ConsumableResourcePropertiesProperty- Specified by:
getConsumableResourcePropertiesin interfaceCfnJobDefinitionMixinProps- See Also:
-
getContainerProperties
Description copied from interface:CfnJobDefinitionMixinPropsAn object with properties specific to Amazon ECS-based jobs.When
containerPropertiesis used in the job definition, it can't be used in addition toeksProperties,ecsProperties, ornodeProperties.Returns union: either
IResolvableorCfnJobDefinitionPropsMixin.ContainerPropertiesProperty- Specified by:
getContainerPropertiesin interfaceCfnJobDefinitionMixinProps- See Also:
-
getEcsProperties
Description copied from interface:CfnJobDefinitionMixinPropsAn object that contains the properties for the Amazon ECS resources of a job.WhenecsPropertiesis used in the job definition, it can't be used in addition tocontainerProperties,eksProperties, ornodeProperties.Returns union: either
IResolvableorCfnJobDefinitionPropsMixin.EcsPropertiesProperty- Specified by:
getEcsPropertiesin interfaceCfnJobDefinitionMixinProps- See Also:
-
getEksProperties
Description copied from interface:CfnJobDefinitionMixinPropsAn object with properties that are specific to Amazon EKS-based jobs.When
eksPropertiesis used in the job definition, it can't be used in addition tocontainerProperties,ecsProperties, ornodeProperties.Returns union: either
IResolvableorCfnJobDefinitionPropsMixin.EksPropertiesProperty- Specified by:
getEksPropertiesin interfaceCfnJobDefinitionMixinProps- See Also:
-
getJobDefinitionName
Description copied from interface:CfnJobDefinitionMixinPropsThe name of the job definition.- Specified by:
getJobDefinitionNamein interfaceCfnJobDefinitionMixinProps- See Also:
-
getNodeProperties
Description copied from interface:CfnJobDefinitionMixinPropsAn object with properties that are specific to multi-node parallel jobs.When
nodePropertiesis used in the job definition, it can't be used in addition tocontainerProperties,ecsProperties, oreksProperties.If the job runs on Fargate resources, don't specify
nodeProperties. UsecontainerPropertiesinstead.Returns union: either
IResolvableorCfnJobDefinitionPropsMixin.NodePropertiesProperty- Specified by:
getNodePropertiesin interfaceCfnJobDefinitionMixinProps- See Also:
-
getParameters
Description copied from interface:CfnJobDefinitionMixinPropsDefault parameters or parameter substitution placeholders that are set in the job definition.Parameters are specified as a key-value pair mapping. Parameters in a
SubmitJobrequest override any corresponding parameter defaults from the job definition. For more information about specifying parameters, see Job definition parameters in the AWS Batch User Guide .- Specified by:
getParametersin interfaceCfnJobDefinitionMixinProps- See Also:
-
getPlatformCapabilities
Description copied from interface:CfnJobDefinitionMixinPropsThe platform capabilities required by the job definition.If no value is specified, it defaults to
EC2. Jobs run on Fargate resources specifyFARGATE.- Specified by:
getPlatformCapabilitiesin interfaceCfnJobDefinitionMixinProps- See Also:
-
getPropagateTags
Description copied from interface:CfnJobDefinitionMixinPropsSpecifies whether to propagate the tags from the job or job definition to the corresponding Amazon ECS task.If no value is specified, the tags aren't propagated. Tags can only be propagated to the tasks when the tasks are created. For tags with the same name, job tags are given priority over job definitions tags. If the total number of combined tags from the job and job definition is over 50, the job is moved to the
FAILEDstate.Returns union: either
BooleanorIResolvable- Specified by:
getPropagateTagsin interfaceCfnJobDefinitionMixinProps- See Also:
-
getResourceRetentionPolicy
Description copied from interface:CfnJobDefinitionMixinPropsSpecifies the resource retention policy settings for the job definition.Returns union: either
IResolvableorCfnJobDefinitionPropsMixin.ResourceRetentionPolicyProperty- Specified by:
getResourceRetentionPolicyin interfaceCfnJobDefinitionMixinProps- See Also:
-
getRetryStrategy
Description copied from interface:CfnJobDefinitionMixinPropsThe retry strategy to use for failed jobs that are submitted with this job definition.Returns union: either
IResolvableorCfnJobDefinitionPropsMixin.RetryStrategyProperty- Specified by:
getRetryStrategyin interfaceCfnJobDefinitionMixinProps- See Also:
-
getSchedulingPriority
Description copied from interface:CfnJobDefinitionMixinPropsThe scheduling priority of the job definition.This only affects jobs in job queues with a fair-share policy. Jobs with a higher scheduling priority are scheduled before jobs with a lower scheduling priority.
- Specified by:
getSchedulingPriorityin interfaceCfnJobDefinitionMixinProps- See Also:
-
getTags
Description copied from interface:CfnJobDefinitionMixinPropsThe tags that are applied to the job definition.- Specified by:
getTagsin interfaceCfnJobDefinitionMixinProps- See Also:
-
getTimeout
Description copied from interface:CfnJobDefinitionMixinPropsThe timeout time for jobs that are submitted with this job definition.After the amount of time you specify passes, AWS Batch terminates your jobs if they aren't finished.
Returns union: either
IResolvableorCfnJobDefinitionPropsMixin.TimeoutProperty- Specified by:
getTimeoutin interfaceCfnJobDefinitionMixinProps- See Also:
-
getType
Description copied from interface:CfnJobDefinitionMixinPropsThe type of job definition.For more information about multi-node parallel jobs, see Creating a multi-node parallel job definition in the AWS Batch User Guide .
- If the value is
container, then one of the following is required:containerProperties,ecsProperties, oreksProperties. - If the value is
multinode, thennodePropertiesis required.
If the job is run on Fargate resources, then
multinodeisn't supported.- Specified by:
getTypein interfaceCfnJobDefinitionMixinProps- See Also:
- If the value is
-
$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()
-