Class CfnComputeEnvironmentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnComputeEnvironmentProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComputeEnvironmentProps
CfnComputeEnvironmentProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.CfnComputeEnvironmentProps
CfnComputeEnvironmentProps.Builder, CfnComputeEnvironmentProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComputeEnvironmentProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name for your compute environment.final ObjectThe ComputeResources property type specifies details of the compute resources managed by the compute environment.final StringReserved.final ObjectThe details for the Amazon EKS cluster that supports the compute environment.final ObjectSpecifies whether the compute environment is replaced if an update is made that requires replacing the instances in the compute environment.final StringThe full Amazon Resource Name (ARN) of the IAM role that allows AWS Batch to make calls to other AWS services on your behalf.final StringgetState()The state of the compute environment.getTags()The tags applied to the compute environment.final StringgetType()The type of the compute environment:MANAGEDorUNMANAGED.final NumberThe maximum number of vCPUs for an unmanaged compute environment.final ObjectSpecifies the infrastructure update policy for the compute environment.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnComputeEnvironmentProps.Builder.
-
-
Method Details
-
getType
Description copied from interface:CfnComputeEnvironmentPropsThe type of the compute environment:MANAGEDorUNMANAGED.For more information, see Compute Environments in the AWS Batch User Guide .
- Specified by:
getTypein interfaceCfnComputeEnvironmentProps- See Also:
-
getComputeEnvironmentName
Description copied from interface:CfnComputeEnvironmentPropsThe name for your compute environment.It can be up to 128 characters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).
- Specified by:
getComputeEnvironmentNamein interfaceCfnComputeEnvironmentProps- See Also:
-
getComputeResources
Description copied from interface:CfnComputeEnvironmentPropsThe ComputeResources property type specifies details of the compute resources managed by the compute environment.This parameter is required for managed compute environments. For more information, see Compute Environments in the ** .
Returns union: either
IResolvableorCfnComputeEnvironment.ComputeResourcesProperty- Specified by:
getComputeResourcesin interfaceCfnComputeEnvironmentProps- See Also:
-
getContext
Description copied from interface:CfnComputeEnvironmentPropsReserved.- Specified by:
getContextin interfaceCfnComputeEnvironmentProps- See Also:
-
getEksConfiguration
Description copied from interface:CfnComputeEnvironmentPropsThe details for the Amazon EKS cluster that supports the compute environment.To create a compute environment that uses EKS resources, the caller must have permissions to call
eks:DescribeCluster.Returns union: either
IResolvableorCfnComputeEnvironment.EksConfigurationProperty- Specified by:
getEksConfigurationin interfaceCfnComputeEnvironmentProps- See Also:
-
getReplaceComputeEnvironment
Description copied from interface:CfnComputeEnvironmentPropsSpecifies whether the compute environment is replaced if an update is made that requires replacing the instances in the compute environment.The default value is
true. To enable more properties to be updated, set this property tofalse. When changing the value of this property tofalse, do not change any other properties 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 theUPDATE_ROLLBACK_FAILEDstate. You can't update a stack that is in theUPDATE_ROLLBACK_FAILEDstate. 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 .ReplaceComputeEnvironmentis not applicable for Fargate compute environments. Fargate compute environments are always updated without interruption.The properties that can't be changed without replacing the compute environment are in the
ComputeResourcesproperty type:AllocationStrategy,BidPercentage,Ec2Configuration,Ec2KeyPair,Ec2KeyPair,ImageId,InstanceRole,InstanceTypes,LaunchTemplate,MaxvCpus,MinvCpus,PlacementGroup,SecurityGroupIds,Subnets, Tags ,Type, andUpdateToLatestImageVersion.Returns union: either
BooleanorIResolvableDefault: - true
- Specified by:
getReplaceComputeEnvironmentin interfaceCfnComputeEnvironmentProps- See Also:
-
getServiceRole
Description copied from interface:CfnComputeEnvironmentPropsThe full Amazon Resource Name (ARN) of the IAM role that allows AWS Batch to make calls to other AWS services on your behalf.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 namebarhas a path of/foo/, specify/foo/baras 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.- Specified by:
getServiceRolein interfaceCfnComputeEnvironmentProps- See Also:
-
getState
Description copied from interface:CfnComputeEnvironmentPropsThe state of the compute environment.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 aSTARTINGorRUNNINGstate continue to progress normally. Managed compute environments in theDISABLEDstate don't scale out.Compute environments in a
DISABLEDstate may continue to incur billing charges. To prevent additional charges, turn off and then delete the compute environment. For more information, see State in the AWS Batch User Guide .When an instance is idle, the instance scales down to the
minvCpusvalue. However, the instance size doesn't change. For example, consider ac5.8xlargeinstance with aminvCpusvalue of4and adesiredvCpusvalue of36. This instance doesn't scale down to ac5.largeinstance.- Specified by:
getStatein interfaceCfnComputeEnvironmentProps- See Also:
-
getTags
Description copied from interface:CfnComputeEnvironmentPropsThe tags applied to the compute environment.- Specified by:
getTagsin interfaceCfnComputeEnvironmentProps- See Also:
-
getUnmanagedvCpus
Description copied from interface:CfnComputeEnvironmentPropsThe maximum number of vCPUs for an unmanaged compute environment.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.- Specified by:
getUnmanagedvCpusin interfaceCfnComputeEnvironmentProps- See Also:
-
getUpdatePolicy
Description copied from interface:CfnComputeEnvironmentPropsSpecifies the infrastructure update policy for the compute environment.For more information about infrastructure updates, see Updating compute environments in the AWS Batch User Guide .
Returns union: either
IResolvableorCfnComputeEnvironment.UpdatePolicyProperty- Specified by:
getUpdatePolicyin interfaceCfnComputeEnvironmentProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-