| Interface | Description |
|---|---|
| CfnComputeEnvironment.ComputeResourcesProperty |
Details about the compute resources managed by the compute environment.
|
| CfnComputeEnvironment.Ec2ConfigurationObjectProperty |
Provides information used to select Amazon Machine Images (AMIs) for instances in the compute environment.
|
| CfnComputeEnvironment.LaunchTemplateSpecificationProperty |
An object representing a launch template associated with a compute resource.
|
| CfnComputeEnvironment.UpdatePolicyProperty |
Specifies the infrastructure update policy for the compute environment.
|
| CfnComputeEnvironmentProps |
Properties for defining a `CfnComputeEnvironment`.
|
| CfnJobDefinition.AuthorizationConfigProperty |
The authorization configuration details for the Amazon EFS file system.
|
| CfnJobDefinition.ContainerPropertiesProperty |
Container properties are used in job definitions to describe the container that's launched as part of a job.
|
| CfnJobDefinition.DeviceProperty |
An object representing a container instance host device.
|
| CfnJobDefinition.EfsVolumeConfigurationProperty |
This is used when you're using an Amazon Elastic File System file system for job storage.
|
| CfnJobDefinition.EnvironmentProperty |
The Environment property type specifies environment variables to use in a job definition.
|
| CfnJobDefinition.EvaluateOnExitProperty |
Specifies a set of conditions to be met, and an action to take ( `RETRY` or `EXIT` ) if all conditions are met.
|
| CfnJobDefinition.FargatePlatformConfigurationProperty |
The platform configuration for jobs that are running on Fargate resources.
|
| CfnJobDefinition.LinuxParametersProperty |
Linux-specific modifications that are applied to the container, such as details for device mappings.
|
| CfnJobDefinition.LogConfigurationProperty |
Log configuration options to send to a custom log driver for the container.
|
| CfnJobDefinition.MountPointsProperty |
Details on a Docker volume mount point that's used in a job's container properties.
|
| CfnJobDefinition.NetworkConfigurationProperty |
The network configuration for jobs that are running on Fargate resources.
|
| CfnJobDefinition.NodePropertiesProperty |
An object representing the node properties of a multi-node parallel job.
|
| CfnJobDefinition.NodeRangePropertyProperty |
An object representing the properties of the node range for a multi-node parallel job.
|
| CfnJobDefinition.ResourceRequirementProperty |
The type and amount of a resource to assign to a container.
|
| CfnJobDefinition.RetryStrategyProperty |
The retry strategy associated with a job.
|
| CfnJobDefinition.SecretProperty |
An object representing the secret to expose to your container.
|
| CfnJobDefinition.TimeoutProperty |
An object representing a job timeout configuration.
|
| CfnJobDefinition.TmpfsProperty |
The container path, mount options, and size of the tmpfs mount.
|
| CfnJobDefinition.UlimitProperty |
The `ulimit` settings to pass to the container.
|
| CfnJobDefinition.VolumesHostProperty |
Determine whether your data volume persists on the host container instance and where it is stored.
|
| CfnJobDefinition.VolumesProperty |
A list of volumes associated with the job.
|
| CfnJobDefinitionProps |
Properties for defining a `CfnJobDefinition`.
|
| CfnJobQueue.ComputeEnvironmentOrderProperty |
The order in which compute environments are tried for job placement within a queue.
|
| CfnJobQueueProps |
Properties for defining a `CfnJobQueue`.
|
| CfnSchedulingPolicy.FairsharePolicyProperty |
The fair share policy for a scheduling policy.
|
| CfnSchedulingPolicy.ShareAttributesProperty |
Specifies the weights for the fair share identifiers for the fair share policy.
|
| CfnSchedulingPolicyProps |
Properties for defining a `CfnSchedulingPolicy`.
|
This module is part of the AWS Cloud Development Kit project.
import software.amazon.awscdk.services.batch.*;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
An experimental construct library for this service is available in preview. Since it is not stable yet, it is distributed as a separate package so that you can pin its version independently of the rest of the CDK. See the package:
@aws-cdk/aws-batch-alpha
There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::Batch.
(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)
Copyright © 2022. All rights reserved.