ComputeEnvironmentComputeEnvironment is the Schema for the ComputeEnvironments API. Creates a AWS Batch compute environment.
TypeMR
Providerprovider-aws-batch
Groupbatch.aws.m.upbound.io
Scopenamespaced
Versionv1beta1

1apiVersion: batch.aws.m.upbound.io/v1beta1

2kind: ComputeEnvironment

kind
string
metadata
object
spec
object

ComputeEnvironmentSpec defines the desired state of ComputeEnvironment

forProvider
required
object

(No description available)

object

Details of the compute resources managed by the compute environment. This parameter is required for managed compute environments. See details below.

array

Provides information used to select Amazon Machine Images (AMIs) for EC2 instances in the compute environment. If Ec2Configuration isn't specified, the default is ECS_AL2. This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.

imageId
string
object

Reference to a InstanceProfile in iam to populate instanceRole.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a InstanceProfile in iam to populate instanceRole.

namespace
string
policy
object

Policies for selection.

resolve
string
array

A list of instance types that may be launched. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.

object

The launch template to use for your compute resources. See details below. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.

maxVcpus
number
minVcpus
number
object

Reference to a PlacementGroup in ec2 to populate placementGroup.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a PlacementGroup in ec2 to populate placementGroup.

namespace
string
policy
object

Policies for selection.

resolve
string
array

A list of EC2 security group that are associated with instances launched in the compute environment. This parameter is required for Fargate compute environments.

array

References to SecurityGroup in ec2 to populate securityGroupIds.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a list of SecurityGroup in ec2 to populate securityGroupIds.

namespace
string
policy
object

Policies for selection.

resolve
string
subnets
array

A list of VPC subnets into which the compute resources are launched.

array

References to Subnet in ec2 to populate subnets.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a list of Subnet in ec2 to populate subnets.

namespace
string
policy
object

Policies for selection.

resolve
string
tags
object
type
string
object

Details for the Amazon EKS cluster that supports the compute environment. See details below.

region
required
string
object

Reference to a Role in iam to populate serviceRole.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a Role in iam to populate serviceRole.

namespace
string
policy
object

Policies for selection.

resolve
string
state
string
tags
object
type
string
object

Specifies the infrastructure update policy for the compute environment. See details below.

object

THIS IS A BETA FIELD. It will be honored unless the Management Policies feature flag is disabled. InitProvider holds the same fields as ForProvider, with the exception of Identifier and other resource reference fields. The fields that are in InitProvider are merged into ForProvider when the resource is created. The same fields are also added to the terraform ignore_changes hook, to avoid updating them after creation. This is useful for fields that are required on creation, but we do not desire to update them after creation, for example because of an external controller is managing them, like an autoscaler.

object

Details of the compute resources managed by the compute environment. This parameter is required for managed compute environments. See details below.

array

Provides information used to select Amazon Machine Images (AMIs) for EC2 instances in the compute environment. If Ec2Configuration isn't specified, the default is ECS_AL2. This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.

imageId
string
object

Reference to a InstanceProfile in iam to populate instanceRole.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a InstanceProfile in iam to populate instanceRole.

namespace
string
policy
object

Policies for selection.

resolve
string
array

A list of instance types that may be launched. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.

object

The launch template to use for your compute resources. See details below. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.

maxVcpus
number
minVcpus
number
object

Reference to a PlacementGroup in ec2 to populate placementGroup.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a PlacementGroup in ec2 to populate placementGroup.

namespace
string
policy
object

Policies for selection.

resolve
string
array

A list of EC2 security group that are associated with instances launched in the compute environment. This parameter is required for Fargate compute environments.

array

References to SecurityGroup in ec2 to populate securityGroupIds.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a list of SecurityGroup in ec2 to populate securityGroupIds.

namespace
string
policy
object

Policies for selection.

resolve
string
subnets
array

A list of VPC subnets into which the compute resources are launched.

array

References to Subnet in ec2 to populate subnets.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a list of Subnet in ec2 to populate subnets.

namespace
string
policy
object

Policies for selection.

resolve
string
tags
object
type
string
object

Details for the Amazon EKS cluster that supports the compute environment. See details below.

object

Reference to a Role in iam to populate serviceRole.

name
required
string
namespace
string
policy
object

Policies for referencing.

resolve
string
object

Selector for a Role in iam to populate serviceRole.

namespace
string
policy
object

Policies for selection.

resolve
string
state
string
tags
object
type
string
object

Specifies the infrastructure update policy for the compute environment. See details below.

array

THIS IS A BETA FIELD. It is on by default but can be opted out through a Crossplane feature flag. ManagementPolicies specify the array of actions Crossplane is allowed to take on the managed and external resources. See the design doc for more information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223 and this one: https://github.com/crossplane/crossplane/blob/444267e84783136daa93568b364a5f01228cacbe/design/one-pager-ignore-changes.md

object

ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.

kind
required
string
name
required
string
object

WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.

name
required
string
status
object

ComputeEnvironmentStatus defines the observed state of ComputeEnvironment.

object

(No description available)

arn
string
object

Details of the compute resources managed by the compute environment. This parameter is required for managed compute environments. See details below.

array

Provides information used to select Amazon Machine Images (AMIs) for EC2 instances in the compute environment. If Ec2Configuration isn't specified, the default is ECS_AL2. This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.

imageId
string
array

A list of instance types that may be launched. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.

object

The launch template to use for your compute resources. See details below. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.

maxVcpus
number
minVcpus
number
array

A list of EC2 security group that are associated with instances launched in the compute environment. This parameter is required for Fargate compute environments.

subnets
array

A list of VPC subnets into which the compute resources are launched.

tags
object
type
string
object

Details for the Amazon EKS cluster that supports the compute environment. See details below.

id
string
region
string
state
string
status
string
tags
object
tagsAll
object
type
string
object

Specifies the infrastructure update policy for the compute environment. See details below.

array

Conditions of the resource.

lastTransitionTime
required
string
message
string
reason
required
string
status
required
string
type
required
string