| Package | Description |
|---|---|
| software.amazon.awscdk.services.batch |
AWS Batch Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnComputeEnvironment.Builder |
CfnComputeEnvironment.Builder.computeEnvironmentName(String computeEnvironmentName)
The name for your compute environment.
|
CfnComputeEnvironment.Builder |
CfnComputeEnvironment.Builder.computeResources(CfnComputeEnvironment.ComputeResourcesProperty computeResources)
The ComputeResources property type specifies details of the compute resources managed by the compute environment.
|
CfnComputeEnvironment.Builder |
CfnComputeEnvironment.Builder.computeResources(IResolvable computeResources)
The ComputeResources property type specifies details of the compute resources managed by the compute environment.
|
static CfnComputeEnvironment.Builder |
CfnComputeEnvironment.Builder.create(software.constructs.Construct scope,
String id) |
CfnComputeEnvironment.Builder |
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 |
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 |
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 |
CfnComputeEnvironment.Builder.state(String state)
The state of the compute environment.
|
CfnComputeEnvironment.Builder |
CfnComputeEnvironment.Builder.tags(Map<String,String> tags)
The tags applied to the compute environment.
|
CfnComputeEnvironment.Builder |
CfnComputeEnvironment.Builder.type(String type)
The type of the compute environment: `MANAGED` or `UNMANAGED` .
|
CfnComputeEnvironment.Builder |
CfnComputeEnvironment.Builder.unmanagedvCpus(Number unmanagedvCpus)
The maximum number of vCPUs for an unmanaged compute environment.
|
CfnComputeEnvironment.Builder |
CfnComputeEnvironment.Builder.updatePolicy(CfnComputeEnvironment.UpdatePolicyProperty updatePolicy)
Specifies the infrastructure update policy for the compute environment.
|
CfnComputeEnvironment.Builder |
CfnComputeEnvironment.Builder.updatePolicy(IResolvable updatePolicy)
Specifies the infrastructure update policy for the compute environment.
|
Copyright © 2022. All rights reserved.