@Stability(value=Stable) public static final class CfnComputeEnvironment.Builder extends Object implements software.amazon.jsii.Builder<CfnComputeEnvironment>
CfnComputeEnvironment.| Modifier and Type | Method and Description |
|---|---|
CfnComputeEnvironment |
build() |
CfnComputeEnvironment.Builder |
computeEnvironmentName(String computeEnvironmentName)
The name for your compute environment.
|
CfnComputeEnvironment.Builder |
computeResources(CfnComputeEnvironment.ComputeResourcesProperty computeResources)
The ComputeResources property type specifies details of the compute resources managed by the compute environment.
|
CfnComputeEnvironment.Builder |
computeResources(IResolvable computeResources)
The ComputeResources property type specifies details of the compute resources managed by the compute environment.
|
static CfnComputeEnvironment.Builder |
create(software.constructs.Construct scope,
String id) |
CfnComputeEnvironment.Builder |
replaceComputeEnvironment(Boolean replaceComputeEnvironment)
Specifies whether the compute environment should be replaced if an update is made that requires replacing the instances in the compute environment.
|
CfnComputeEnvironment.Builder |
replaceComputeEnvironment(IResolvable replaceComputeEnvironment)
Specifies whether the compute environment should be replaced if an update is made that requires replacing the instances in the compute environment.
|
CfnComputeEnvironment.Builder |
serviceRole(String serviceRole)
The full Amazon Resource Name (ARN) of the IAM role that allows AWS Batch to make calls to other AWS services on your behalf.
|
CfnComputeEnvironment.Builder |
state(String state)
The state of the compute environment.
|
CfnComputeEnvironment.Builder |
tags(Map<String,String> tags)
The tags applied to the compute environment.
|
CfnComputeEnvironment.Builder |
type(String type)
The type of the compute environment: `MANAGED` or `UNMANAGED` .
|
CfnComputeEnvironment.Builder |
unmanagedvCpus(Number unmanagedvCpus)
The maximum number of vCPUs for an unmanaged compute environment.
|
CfnComputeEnvironment.Builder |
updatePolicy(CfnComputeEnvironment.UpdatePolicyProperty updatePolicy)
Specifies the infrastructure update policy for the compute environment.
|
CfnComputeEnvironment.Builder |
updatePolicy(IResolvable updatePolicy)
Specifies the infrastructure update policy for the compute environment.
|
@Stability(value=Stable) public static CfnComputeEnvironment.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnComputeEnvironment.ComputeResourcesProperty.Builder.@Stability(value=Stable) public CfnComputeEnvironment.Builder type(String type)
For more information, see Compute Environments in the AWS Batch User Guide .
type - The type of the compute environment: `MANAGED` or `UNMANAGED` . This parameter is required.this@Stability(value=Stable) public CfnComputeEnvironment.Builder computeEnvironmentName(String computeEnvironmentName)
It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).
computeEnvironmentName - The name for your compute environment. This parameter is required.this@Stability(value=Stable) public CfnComputeEnvironment.Builder computeResources(CfnComputeEnvironment.ComputeResourcesProperty computeResources)
This parameter is required for managed compute environments. For more information, see Compute Environments in the ** .
computeResources - The ComputeResources property type specifies details of the compute resources managed by the compute environment. This parameter is required.this@Stability(value=Stable) public CfnComputeEnvironment.Builder computeResources(IResolvable computeResources)
This parameter is required for managed compute environments. For more information, see Compute Environments in the ** .
computeResources - The ComputeResources property type specifies details of the compute resources managed by the compute environment. This parameter is required.this@Stability(value=Stable) public CfnComputeEnvironment.Builder replaceComputeEnvironment(Boolean replaceComputeEnvironment)
The default value is true . To enable more properties to be updated, set this property to false . When changing the value of this property to false , no other properties should be changed at the same time. If other properties are changed at the same time, and the change needs to be rolled back but it can't, it's possible for the stack to go into the UPDATE_ROLLBACK_FAILED state. You can't update a stack that is in the UPDATE_ROLLBACK_FAILED state. However, if you can continue to roll it back, you can return the stack to its original settings and then try to update it again. For more information, see Continue rolling back an update in the AWS CloudFormation User Guide .
The properties that can't be changed without replacing the compute environment are in the ComputeResources property type: AllocationStrategy , BidPercentage , Ec2Configuration , Ec2KeyPair , Ec2KeyPair , ImageId , InstanceRole , InstanceTypes , LaunchTemplate , MaxvCpus , MinvCpus , PlacementGroup , SecurityGroupIds , Subnets , Tags , Type , and UpdateToLatestImageVersion .
replaceComputeEnvironment - Specifies whether the compute environment should be replaced if an update is made that requires replacing the instances in the compute environment. This parameter is required.this@Stability(value=Stable) public CfnComputeEnvironment.Builder replaceComputeEnvironment(IResolvable replaceComputeEnvironment)
The default value is true . To enable more properties to be updated, set this property to false . When changing the value of this property to false , no other properties should be changed at the same time. If other properties are changed at the same time, and the change needs to be rolled back but it can't, it's possible for the stack to go into the UPDATE_ROLLBACK_FAILED state. You can't update a stack that is in the UPDATE_ROLLBACK_FAILED state. However, if you can continue to roll it back, you can return the stack to its original settings and then try to update it again. For more information, see Continue rolling back an update in the AWS CloudFormation User Guide .
The properties that can't be changed without replacing the compute environment are in the ComputeResources property type: AllocationStrategy , BidPercentage , Ec2Configuration , Ec2KeyPair , Ec2KeyPair , ImageId , InstanceRole , InstanceTypes , LaunchTemplate , MaxvCpus , MinvCpus , PlacementGroup , SecurityGroupIds , Subnets , Tags , Type , and UpdateToLatestImageVersion .
replaceComputeEnvironment - Specifies whether the compute environment should be replaced if an update is made that requires replacing the instances in the compute environment. This parameter is required.this@Stability(value=Stable) public CfnComputeEnvironment.Builder serviceRole(String serviceRole)
For more information, see AWS Batch service IAM role in the AWS Batch User Guide .
If your account already created the AWS Batch service-linked role, that role is used by default for your compute environment unless you specify a different role here. If the AWS Batch service-linked role doesn't exist in your account, and no role is specified here, the service attempts to create the AWS Batch service-linked role in your account.
If your specified role has a path other than / , then you must specify either the full role ARN (recommended) or prefix the role name with the path. For example, if a role with the name bar has a path of /foo/ then you would specify /foo/bar as the role name. For more information, see Friendly names and paths in the IAM User Guide .
Depending on how you created your AWS Batch service role, its ARN might contain the
service-rolepath prefix. When you only specify the name of the service role, AWS Batch assumes that your ARN doesn't use theservice-rolepath prefix. Because of this, we recommend that you specify the full ARN of your service role when you create compute environments.
serviceRole - The full Amazon Resource Name (ARN) of the IAM role that allows AWS Batch to make calls to other AWS services on your behalf. This parameter is required.this@Stability(value=Stable) public CfnComputeEnvironment.Builder state(String state)
If the state is ENABLED , then the compute environment accepts jobs from a queue and can scale out automatically based on queues.
If the state is ENABLED , then the AWS Batch scheduler can attempt to place jobs from an associated job queue on the compute resources within the environment. If the compute environment is managed, then it can scale its instances out or in automatically, based on the job queue demand.
If the state is DISABLED , then the AWS Batch scheduler doesn't attempt to place jobs within the environment. Jobs in a STARTING or RUNNING state continue to progress normally. Managed compute environments in the DISABLED state don't scale out. However, they scale in to minvCpus value after instances become idle.
state - The state of the compute environment. This parameter is required.this@Stability(value=Stable) public CfnComputeEnvironment.Builder tags(Map<String,String> tags)
tags - The tags applied to the compute environment. This parameter is required.this@Stability(value=Stable) public CfnComputeEnvironment.Builder unmanagedvCpus(Number unmanagedvCpus)
This parameter is only used for fair share scheduling to reserve vCPU capacity for new share identifiers. If this parameter isn't provided for a fair share job queue, no vCPU capacity is reserved.
This parameter is only supported when the
typeparameter is set toUNMANAGED.
unmanagedvCpus - The maximum number of vCPUs for an unmanaged compute environment. This parameter is required.this@Stability(value=Stable) public CfnComputeEnvironment.Builder updatePolicy(CfnComputeEnvironment.UpdatePolicyProperty updatePolicy)
For more information about infrastructure updates, see Updating compute environments in the AWS Batch User Guide .
updatePolicy - Specifies the infrastructure update policy for the compute environment. This parameter is required.this@Stability(value=Stable) public CfnComputeEnvironment.Builder updatePolicy(IResolvable updatePolicy)
For more information about infrastructure updates, see Updating compute environments in the AWS Batch User Guide .
updatePolicy - Specifies the infrastructure update policy for the compute environment. This parameter is required.this@Stability(value=Stable) public CfnComputeEnvironment build()
build in interface software.amazon.jsii.Builder<CfnComputeEnvironment>Copyright © 2022. All rights reserved.