Class ComputeEnvironmentProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.ComputeEnvironmentProps.Jsii$Proxy
All Implemented Interfaces:
ComputeEnvironmentProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
ComputeEnvironmentProps

@Stability(Experimental) @Internal public static final class ComputeEnvironmentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeEnvironmentProps
An implementation for ComputeEnvironmentProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.ComputeEnvironmentProps

    ComputeEnvironmentProps.Builder, ComputeEnvironmentProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the ComputeEnvironmentProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    (experimental) A name for the compute environment.
    (experimental) The details of the required compute resources for the managed compute environment.
    final Boolean
    (experimental) The state of the compute environment.
    final Boolean
    (experimental) Determines if AWS should manage the allocation of compute resources for processing jobs.
    final IRole
    (experimental) The IAM role used by Batch to make calls to other AWS services on your behalf for managing the resources that you use with the service.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(ComputeEnvironmentProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ComputeEnvironmentProps.Builder.
  • Method Details

    • getComputeEnvironmentName

      public final String getComputeEnvironmentName()
      Description copied from interface: ComputeEnvironmentProps
      (experimental) A name for the compute environment.

      Up to 128 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.

      Default: - CloudFormation-generated name

      Specified by:
      getComputeEnvironmentName in interface ComputeEnvironmentProps
    • getComputeResources

      public final ComputeResources getComputeResources()
      Description copied from interface: ComputeEnvironmentProps
      (experimental) The details of the required compute resources for the managed compute environment.

      If specified, and this is an unmanaged compute environment, will throw an error.

      By default, AWS Batch managed compute environments use a recent, approved version of the Amazon ECS-optimized AMI for compute resources.

      Default: - CloudFormation defaults

      Specified by:
      getComputeResources in interface ComputeEnvironmentProps
    • getEnabled

      public final Boolean getEnabled()
      Description copied from interface: ComputeEnvironmentProps
      (experimental) The state of the compute environment.

      If the state is set to true, then the compute environment accepts jobs from a queue and can scale out automatically based on queues.

      Default: true

      Specified by:
      getEnabled in interface ComputeEnvironmentProps
    • getManaged

      public final Boolean getManaged()
      Description copied from interface: ComputeEnvironmentProps
      (experimental) Determines if AWS should manage the allocation of compute resources for processing jobs.

      If set to false, then you are in charge of providing the compute resource details.

      Default: true

      Specified by:
      getManaged in interface ComputeEnvironmentProps
    • getServiceRole

      public final IRole getServiceRole()
      Description copied from interface: ComputeEnvironmentProps
      (experimental) The IAM role used by Batch to make calls to other AWS services on your behalf for managing the resources that you use with the service.

      By default, this role is created for you using the AWS managed service policy for Batch.

      Default: - Role using the 'service-role/AWSBatchServiceRole' policy.

      Specified by:
      getServiceRole in interface ComputeEnvironmentProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object