com.monsanto.arch.cloudformation.model.resource
AWS::Batch::ComputeEnvironment
Companion object AWS::Batch::ComputeEnvironment
case class AWS::Batch::ComputeEnvironment(name: String, ComputeEnvironmentName: Option[Token[String]], Type: ComputeEnvironmentType, ComputeResources: ComputeResources, ServiceRole: Token[String], State: Option[ComputeEnvironmentState], Condition: Option[ConditionRef] = None, DependsOn: Option[Seq[String]] = None) extends Resource[AWS::Batch::ComputeEnvironment] with HasArn with Product with Serializable
The AWS::Batch::ComputeEnvironment
resource to define your AWS Batch compute environment. For more information, see
Compute Environments in the AWS
Batch User Guide.
- name
CloudFormation logical name.
- ComputeEnvironmentName
The name of the compute environment.
- Type
The type of the compute environment.
- ComputeResources
The compute resources defined for the compute environment.
- ServiceRole
The service role ARN associated with the compute environment that allows AWS Batch to make calls to AWS API operations on your behalf.
- State
The state of the compute environment. The valid values are ENABLED or DISABLED. An ENABLED state indicates that you can register instances with the compute environment and that the associated instances can accept jobs.
- Condition
Define conditions by using the intrinsic condition functions. These conditions determine when AWS CloudFormation creates the associated resources.
- Alphabetic
- By Inheritance
- AWS::Batch::ComputeEnvironment
- Serializable
- Serializable
- Product
- Equals
- HasArn
- Resource
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
AWS::Batch::ComputeEnvironment(name: String, ComputeEnvironmentName: Option[Token[String]], Type: ComputeEnvironmentType, ComputeResources: ComputeResources, ServiceRole: Token[String], State: Option[ComputeEnvironmentState], Condition: Option[ConditionRef] = None, DependsOn: Option[Seq[String]] = None)
- name
CloudFormation logical name.
- ComputeEnvironmentName
The name of the compute environment.
- Type
The type of the compute environment.
- ComputeResources
The compute resources defined for the compute environment.
- ServiceRole
The service role ARN associated with the compute environment that allows AWS Batch to make calls to AWS API operations on your behalf.
- State
The state of the compute environment. The valid values are ENABLED or DISABLED. An ENABLED state indicates that you can register instances with the compute environment and that the associated instances can accept jobs.
- 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::ComputeEnvironment]
- 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 ComputeEnvironmentName: Option[Token[String]]
- val ComputeResources: ComputeResources
-
val
Condition: Option[ConditionRef]
- Definition Classes
- AWS::Batch::ComputeEnvironment → Resource
-
val
DeletionPolicy: Option[DeletionPolicy]
- Definition Classes
- Resource
-
val
DependsOn: Option[Seq[String]]
- Definition Classes
- AWS::Batch::ComputeEnvironment → Resource
-
val
ResourceType: String
- Definition Classes
- Resource
- val ServiceRole: Token[String]
- val State: Option[ComputeEnvironmentState]
- val Type: ComputeEnvironmentType
-
def
arn: Token[String]
- Definition Classes
- AWS::Batch::ComputeEnvironment → 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::ComputeEnvironment → 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::ComputeEnvironment
- Definition Classes
- AWS::Batch::ComputeEnvironment → Resource