Uses of Class
software.amazon.awscdk.services.batch.FargateComputeEnvironment.Builder
Packages that use FargateComputeEnvironment.Builder
-
Uses of FargateComputeEnvironment.Builder in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch that return FargateComputeEnvironment.BuilderModifier and TypeMethodDescriptionFargateComputeEnvironment.Builder.computeEnvironmentName
(String computeEnvironmentName) The name of the ComputeEnvironment.Whether or not this ComputeEnvironment can accept jobs from a Queue.The maximum vCpus thisManagedComputeEnvironment
can scale up to.FargateComputeEnvironment.Builder.replaceComputeEnvironment
(Boolean replaceComputeEnvironment) Specifies whether this Compute Environment is replaced if an update is made that requires replacing its instances.FargateComputeEnvironment.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) The security groups this Compute Environment will launch instances in.FargateComputeEnvironment.Builder.serviceRole
(IRole serviceRole) The role Batch uses to perform actions on your behalf in your account, such as provision instances to run your jobs.Whether or not to use spot instances.FargateComputeEnvironment.Builder.terminateOnUpdate
(Boolean terminateOnUpdate) Whether or not any running jobs will be immediately terminated when an infrastructure update occurs.FargateComputeEnvironment.Builder.updateTimeout
(Duration updateTimeout) Only meaningful ifterminateOnUpdate
isfalse
.FargateComputeEnvironment.Builder.updateToLatestImageVersion
(Boolean updateToLatestImageVersion) Whether or not the AMI is updated to the latest one supported by Batch when an infrastructure update occurs.VPC in which this Compute Environment will launch Instances.FargateComputeEnvironment.Builder.vpcSubnets
(SubnetSelection vpcSubnets) The VPC Subnets this Compute Environment will launch instances in.