Class EksJobDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
EksJobDefinitionProps
,JobDefinitionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EksJobDefinitionProps
EksJobDefinitionProps
-
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.EksJobDefinitionProps
EksJobDefinitionProps.Builder, EksJobDefinitionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(EksJobDefinitionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEksJobDefinitionProps.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 EksContainerDefinition
The container this Job Definition will run.final DnsPolicy
The DNS Policy of the pod used by this Job Definition.final String
The name of this job definition.The default parameters passed to the container These parameters can be referenced in thecommand
that you give to the container.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 String
The name of the service account that's used to run the container.final Duration
The timeout time for jobs that are submitted with this job definition.final Boolean
If specified, the Pod used by this Job Definition will use the host's network IP address.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 theEksJobDefinitionProps.Builder
.
-
-
Method Details
-
getContainer
Description copied from interface:EksJobDefinitionProps
The container this Job Definition will run.- Specified by:
getContainer
in interfaceEksJobDefinitionProps
-
getDnsPolicy
Description copied from interface:EksJobDefinitionProps
The DNS Policy of the pod used by this Job Definition.Default: `DnsPolicy.CLUSTER_FIRST`
- Specified by:
getDnsPolicy
in interfaceEksJobDefinitionProps
- See Also:
-
getServiceAccount
Description copied from interface:EksJobDefinitionProps
The name of the service account that's used to run the container.service accounts are Kubernetes method of identification and authentication, roughly analogous to IAM users.
Default: - the default service account of the container
- Specified by:
getServiceAccount
in interfaceEksJobDefinitionProps
- See Also:
-
getUseHostNetwork
Description copied from interface:EksJobDefinitionProps
If specified, the Pod used by this Job Definition will use the host's network IP address.Otherwise, the Kubernetes pod networking model is enabled. Most AWS Batch workloads are egress-only and don't require the overhead of IP allocation for each pod for incoming connections.
Default: true
- Specified by:
getUseHostNetwork
in interfaceEksJobDefinitionProps
- See Also:
-
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()
-