com.monsanto.arch.cloudformation.model.resource
AWS::Batch::JobDefinition
Companion object AWS::Batch::JobDefinition
case class AWS::Batch::JobDefinition(name: String, JobDefinitionName: Option[Token[String]], Type: JobDefinitionType, ContainerProperties: JobContainerProperties, Parameters: Map[String, Token[String]] = Map.empty, RetryStrategy: Option[JobRetryStrategy] = None, Condition: Option[ConditionRef] = None, DependsOn: Option[Seq[String]] = None) extends Resource[AWS::Batch::JobDefinition] with HasArn with Product with Serializable
The AWS::Batch::JobDefinition
resource specifies the parameters for an AWS Batch job definition. For more information, see
Job Definitions in the AWS Batch User Guide.
- name
CloudFormation logical name.
- JobDefinitionName
The name of the job definition.
- Type
The type of job definition.
- ContainerProperties
An object with various properties specific to container-based jobs.
- Parameters
Default parameters or parameter substitution placeholders that are set in the job definition. Parameters are specified as a key-value pair mapping. See Job Definition Parameters.
- RetryStrategy
The retry strategy to use for failed jobs that are submitted with this job definition.
- Condition
Define conditions by using the intrinsic condition functions. These conditions determine when AWS CloudFormation creates the associated resources.
- Alphabetic
- By Inheritance
- AWS::Batch::JobDefinition
- Serializable
- Serializable
- Product
- Equals
- HasArn
- Resource
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
AWS::Batch::JobDefinition(name: String, JobDefinitionName: Option[Token[String]], Type: JobDefinitionType, ContainerProperties: JobContainerProperties, Parameters: Map[String, Token[String]] = Map.empty, RetryStrategy: Option[JobRetryStrategy] = None, Condition: Option[ConditionRef] = None, DependsOn: Option[Seq[String]] = None)
- name
CloudFormation logical name.
- JobDefinitionName
The name of the job definition.
- Type
The type of job definition.
- ContainerProperties
An object with various properties specific to container-based jobs.
- Parameters
Default parameters or parameter substitution placeholders that are set in the job definition. Parameters are specified as a key-value pair mapping. See Job Definition Parameters.
- RetryStrategy
The retry strategy to use for failed jobs that are submitted with this job definition.
- Condition
Define conditions by using the intrinsic condition functions. These conditions determine when AWS CloudFormation creates the associated resources.
Type Members
-
type
RR = Resource[AWS::Batch::JobDefinition]
- Definition Classes
- Resource
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
Condition: Option[ConditionRef]
- Definition Classes
- AWS::Batch::JobDefinition → Resource
- val ContainerProperties: JobContainerProperties
-
val
DeletionPolicy: Option[DeletionPolicy]
- Definition Classes
- Resource
-
val
DependsOn: Option[Seq[String]]
- Definition Classes
- AWS::Batch::JobDefinition → Resource
- val JobDefinitionName: Option[Token[String]]
- val Parameters: Map[String, Token[String]]
-
val
ResourceType: String
- Definition Classes
- Resource
- val RetryStrategy: Option[JobRetryStrategy]
- val Type: JobDefinitionType
-
def
arn: Token[String]
- Definition Classes
- AWS::Batch::JobDefinition → HasArn
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
name: String
- Definition Classes
- AWS::Batch::JobDefinition → HasArn → Resource
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
when(newCondition: Option[ConditionRef]): AWS::Batch::JobDefinition
- Definition Classes
- AWS::Batch::JobDefinition → Resource