Class ComputeEnvironmentState


  • public final class ComputeEnvironmentState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        The Amazon Resource Name (ARN) of the compute environment.
      • computeEnvironmentName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> computeEnvironmentName()
        Returns:
        The name for your compute environment. Up to 128 letters (uppercase and lowercase), numbers, and underscores are allowed. If omitted, the provider will assign a random, unique name.
      • computeEnvironmentNamePrefix

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> computeEnvironmentNamePrefix()
        Returns:
        Creates a unique compute environment name beginning with the specified prefix. Conflicts with `compute_environment_name`.
      • computeResources

        public java.util.Optional<com.pulumi.core.Output<ComputeEnvironmentComputeResourcesArgs>> computeResources()
        Returns:
        Details of the compute resources managed by the compute environment. This parameter is required for managed compute environments. See details below.
      • ecsClusterArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> ecsClusterArn()
        Returns:
        The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster used by the compute environment.
      • eksConfiguration

        public java.util.Optional<com.pulumi.core.Output<ComputeEnvironmentEksConfigurationArgs>> eksConfiguration()
        Returns:
        Details for the Amazon EKS cluster that supports the compute environment. See details below.
      • serviceRole

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> serviceRole()
        Returns:
        The full Amazon Resource Name (ARN) of the IAM role that allows AWS Batch to make calls to other AWS services on your behalf.
      • state

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> state()
        Returns:
        The 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. Valid items are `ENABLED` or `DISABLED`. Defaults to `ENABLED`.
      • status

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> status()
        Returns:
        The current status of the compute environment (for example, CREATING or VALID).
      • statusReason

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> statusReason()
        Returns:
        A short, human-readable string to provide additional details about the current status of the compute environment.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
        Returns:
        A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
      • type

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> type()
        Returns:
        The type of the compute environment. Valid items are `MANAGED` or `UNMANAGED`.
      • updatePolicy

        public java.util.Optional<com.pulumi.core.Output<ComputeEnvironmentUpdatePolicyArgs>> updatePolicy()
        Returns:
        Specifies the infrastructure update policy for the compute environment. See details below.