Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.batch.CfnComputeEnvironmentPropsMixin.Builder
Packages that use CfnComputeEnvironmentPropsMixin.Builder
-
Uses of CfnComputeEnvironmentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.batch
Methods in software.amazon.awscdk.cfnpropertymixins.services.batch that return CfnComputeEnvironmentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnComputeEnvironmentPropsMixin.Builder.computeEnvironmentName(String computeEnvironmentName) The name for your compute environment.CfnComputeEnvironmentPropsMixin.Builder.computeResources(CfnComputeEnvironmentPropsMixin.ComputeResourcesProperty computeResources) The ComputeResources property type specifies details of the compute resources managed by the compute environment.CfnComputeEnvironmentPropsMixin.Builder.computeResources(IResolvable computeResources) The ComputeResources property type specifies details of the compute resources managed by the compute environment.Reserved.CfnComputeEnvironmentPropsMixin.Builder.create()CfnComputeEnvironmentPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnComputeEnvironmentPropsMixin.Builder.eksConfiguration(CfnComputeEnvironmentPropsMixin.EksConfigurationProperty eksConfiguration) The details for the Amazon EKS cluster that supports the compute environment.CfnComputeEnvironmentPropsMixin.Builder.eksConfiguration(IResolvable eksConfiguration) The details for the Amazon EKS cluster that supports the compute environment.CfnComputeEnvironmentPropsMixin.Builder.replaceComputeEnvironment(Boolean replaceComputeEnvironment) Specifies whether the compute environment is replaced if an update is made that requires replacing the instances in the compute environment.CfnComputeEnvironmentPropsMixin.Builder.replaceComputeEnvironment(IResolvable replaceComputeEnvironment) Specifies whether the compute environment is replaced if an update is made that requires replacing the instances in the compute environment.CfnComputeEnvironmentPropsMixin.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.CfnComputeEnvironmentPropsMixin.Builder.serviceRole(IRoleRef 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.The state of the compute environment.The tags applied to the compute environment.The type of the compute environment:MANAGEDorUNMANAGED.CfnComputeEnvironmentPropsMixin.Builder.unmanagedvCpus(Number unmanagedvCpus) The maximum number of vCPUs for an unmanaged compute environment.CfnComputeEnvironmentPropsMixin.Builder.updatePolicy(CfnComputeEnvironmentPropsMixin.UpdatePolicyProperty updatePolicy) Specifies the infrastructure update policy for the compute environment.CfnComputeEnvironmentPropsMixin.Builder.updatePolicy(IResolvable updatePolicy) Specifies the infrastructure update policy for the compute environment.