Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Operations
- CreateComputeEnvironment
- ListTagsForResource
- RegisterJobDefinition
- SubmitJob
- ListJobs
- TerminateJob
- DescribeJobs
- DeleteComputeEnvironment
- UpdateComputeEnvironment
- DescribeJobDefinitions
- UpdateJobQueue
- DeleteJobQueue
- CreateJobQueue
- DeregisterJobDefinition
- DescribeJobQueues
- TagResource
- UntagResource
- DescribeComputeEnvironments
- CancelJob
- Types
- ArrayProperties
- ArrayPropertiesDetail
- ArrayPropertiesSummary
- AttemptContainerDetail
- AttemptDetail
- ComputeEnvironmentDetail
- ComputeEnvironmentOrder
- ComputeResource
- ComputeResourceUpdate
- ContainerDetail
- ContainerOverrides
- ContainerProperties
- ContainerSummary
- Device
- EFSAuthorizationConfig
- EFSVolumeConfiguration
- Ec2Configuration
- EvaluateOnExit
- FargatePlatformConfiguration
- Host
- JobDefinition
- JobDependency
- JobDetail
- JobQueueDetail
- JobSummary
- JobTimeout
- KeyValuePair
- KeyValuesPair
- LaunchTemplateSpecification
- LinuxParameters
- LogConfiguration
- MountPoint
- NetworkConfiguration
- NetworkInterface
- NodeDetails
- NodeOverrides
- NodeProperties
- NodePropertiesSummary
- NodePropertyOverride
- NodeRangeProperty
- ResourceRequirement
- RetryStrategy
- Secret
- Tmpfs
- Ulimit
- Volume
Synopsis
- createComputeEnvironment_state :: Lens' CreateComputeEnvironment (Maybe CEState)
- createComputeEnvironment_computeResources :: Lens' CreateComputeEnvironment (Maybe ComputeResource)
- createComputeEnvironment_serviceRole :: Lens' CreateComputeEnvironment (Maybe Text)
- createComputeEnvironment_tags :: Lens' CreateComputeEnvironment (Maybe (HashMap Text Text))
- createComputeEnvironment_computeEnvironmentName :: Lens' CreateComputeEnvironment Text
- createComputeEnvironment_type :: Lens' CreateComputeEnvironment CEType
- createComputeEnvironmentResponse_computeEnvironmentName :: Lens' CreateComputeEnvironmentResponse (Maybe Text)
- createComputeEnvironmentResponse_computeEnvironmentArn :: Lens' CreateComputeEnvironmentResponse (Maybe Text)
- createComputeEnvironmentResponse_httpStatus :: Lens' CreateComputeEnvironmentResponse Int
- listTagsForResource_resourceArn :: Lens' ListTagsForResource Text
- listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (HashMap Text Text))
- listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int
- registerJobDefinition_propagateTags :: Lens' RegisterJobDefinition (Maybe Bool)
- registerJobDefinition_retryStrategy :: Lens' RegisterJobDefinition (Maybe RetryStrategy)
- registerJobDefinition_platformCapabilities :: Lens' RegisterJobDefinition (Maybe [PlatformCapability])
- registerJobDefinition_parameters :: Lens' RegisterJobDefinition (Maybe (HashMap Text Text))
- registerJobDefinition_timeout :: Lens' RegisterJobDefinition (Maybe JobTimeout)
- registerJobDefinition_containerProperties :: Lens' RegisterJobDefinition (Maybe ContainerProperties)
- registerJobDefinition_nodeProperties :: Lens' RegisterJobDefinition (Maybe NodeProperties)
- registerJobDefinition_tags :: Lens' RegisterJobDefinition (Maybe (HashMap Text Text))
- registerJobDefinition_jobDefinitionName :: Lens' RegisterJobDefinition Text
- registerJobDefinition_type :: Lens' RegisterJobDefinition JobDefinitionType
- registerJobDefinitionResponse_httpStatus :: Lens' RegisterJobDefinitionResponse Int
- registerJobDefinitionResponse_jobDefinitionName :: Lens' RegisterJobDefinitionResponse Text
- registerJobDefinitionResponse_jobDefinitionArn :: Lens' RegisterJobDefinitionResponse Text
- registerJobDefinitionResponse_revision :: Lens' RegisterJobDefinitionResponse Int
- submitJob_nodeOverrides :: Lens' SubmitJob (Maybe NodeOverrides)
- submitJob_propagateTags :: Lens' SubmitJob (Maybe Bool)
- submitJob_containerOverrides :: Lens' SubmitJob (Maybe ContainerOverrides)
- submitJob_retryStrategy :: Lens' SubmitJob (Maybe RetryStrategy)
- submitJob_dependsOn :: Lens' SubmitJob (Maybe [JobDependency])
- submitJob_parameters :: Lens' SubmitJob (Maybe (HashMap Text Text))
- submitJob_arrayProperties :: Lens' SubmitJob (Maybe ArrayProperties)
- submitJob_timeout :: Lens' SubmitJob (Maybe JobTimeout)
- submitJob_tags :: Lens' SubmitJob (Maybe (HashMap Text Text))
- submitJob_jobName :: Lens' SubmitJob Text
- submitJob_jobQueue :: Lens' SubmitJob Text
- submitJob_jobDefinition :: Lens' SubmitJob Text
- submitJobResponse_jobArn :: Lens' SubmitJobResponse (Maybe Text)
- submitJobResponse_httpStatus :: Lens' SubmitJobResponse Int
- submitJobResponse_jobName :: Lens' SubmitJobResponse Text
- submitJobResponse_jobId :: Lens' SubmitJobResponse Text
- listJobs_filters :: Lens' ListJobs (Maybe [KeyValuesPair])
- listJobs_nextToken :: Lens' ListJobs (Maybe Text)
- listJobs_multiNodeJobId :: Lens' ListJobs (Maybe Text)
- listJobs_jobStatus :: Lens' ListJobs (Maybe JobStatus)
- listJobs_arrayJobId :: Lens' ListJobs (Maybe Text)
- listJobs_jobQueue :: Lens' ListJobs (Maybe Text)
- listJobs_maxResults :: Lens' ListJobs (Maybe Int)
- listJobsResponse_nextToken :: Lens' ListJobsResponse (Maybe Text)
- listJobsResponse_httpStatus :: Lens' ListJobsResponse Int
- listJobsResponse_jobSummaryList :: Lens' ListJobsResponse [JobSummary]
- terminateJob_jobId :: Lens' TerminateJob Text
- terminateJob_reason :: Lens' TerminateJob Text
- terminateJobResponse_httpStatus :: Lens' TerminateJobResponse Int
- describeJobs_jobs :: Lens' DescribeJobs [Text]
- describeJobsResponse_jobs :: Lens' DescribeJobsResponse (Maybe [JobDetail])
- describeJobsResponse_httpStatus :: Lens' DescribeJobsResponse Int
- deleteComputeEnvironment_computeEnvironment :: Lens' DeleteComputeEnvironment Text
- deleteComputeEnvironmentResponse_httpStatus :: Lens' DeleteComputeEnvironmentResponse Int
- updateComputeEnvironment_state :: Lens' UpdateComputeEnvironment (Maybe CEState)
- updateComputeEnvironment_computeResources :: Lens' UpdateComputeEnvironment (Maybe ComputeResourceUpdate)
- updateComputeEnvironment_serviceRole :: Lens' UpdateComputeEnvironment (Maybe Text)
- updateComputeEnvironment_computeEnvironment :: Lens' UpdateComputeEnvironment Text
- updateComputeEnvironmentResponse_computeEnvironmentName :: Lens' UpdateComputeEnvironmentResponse (Maybe Text)
- updateComputeEnvironmentResponse_computeEnvironmentArn :: Lens' UpdateComputeEnvironmentResponse (Maybe Text)
- updateComputeEnvironmentResponse_httpStatus :: Lens' UpdateComputeEnvironmentResponse Int
- describeJobDefinitions_status :: Lens' DescribeJobDefinitions (Maybe Text)
- describeJobDefinitions_jobDefinitionName :: Lens' DescribeJobDefinitions (Maybe Text)
- describeJobDefinitions_jobDefinitions :: Lens' DescribeJobDefinitions (Maybe [Text])
- describeJobDefinitions_nextToken :: Lens' DescribeJobDefinitions (Maybe Text)
- describeJobDefinitions_maxResults :: Lens' DescribeJobDefinitions (Maybe Int)
- describeJobDefinitionsResponse_jobDefinitions :: Lens' DescribeJobDefinitionsResponse (Maybe [JobDefinition])
- describeJobDefinitionsResponse_nextToken :: Lens' DescribeJobDefinitionsResponse (Maybe Text)
- describeJobDefinitionsResponse_httpStatus :: Lens' DescribeJobDefinitionsResponse Int
- updateJobQueue_state :: Lens' UpdateJobQueue (Maybe JQState)
- updateJobQueue_priority :: Lens' UpdateJobQueue (Maybe Int)
- updateJobQueue_computeEnvironmentOrder :: Lens' UpdateJobQueue (Maybe [ComputeEnvironmentOrder])
- updateJobQueue_jobQueue :: Lens' UpdateJobQueue Text
- updateJobQueueResponse_jobQueueArn :: Lens' UpdateJobQueueResponse (Maybe Text)
- updateJobQueueResponse_jobQueueName :: Lens' UpdateJobQueueResponse (Maybe Text)
- updateJobQueueResponse_httpStatus :: Lens' UpdateJobQueueResponse Int
- deleteJobQueue_jobQueue :: Lens' DeleteJobQueue Text
- deleteJobQueueResponse_httpStatus :: Lens' DeleteJobQueueResponse Int
- createJobQueue_state :: Lens' CreateJobQueue (Maybe JQState)
- createJobQueue_tags :: Lens' CreateJobQueue (Maybe (HashMap Text Text))
- createJobQueue_jobQueueName :: Lens' CreateJobQueue Text
- createJobQueue_priority :: Lens' CreateJobQueue Int
- createJobQueue_computeEnvironmentOrder :: Lens' CreateJobQueue [ComputeEnvironmentOrder]
- createJobQueueResponse_httpStatus :: Lens' CreateJobQueueResponse Int
- createJobQueueResponse_jobQueueName :: Lens' CreateJobQueueResponse Text
- createJobQueueResponse_jobQueueArn :: Lens' CreateJobQueueResponse Text
- deregisterJobDefinition_jobDefinition :: Lens' DeregisterJobDefinition Text
- deregisterJobDefinitionResponse_httpStatus :: Lens' DeregisterJobDefinitionResponse Int
- describeJobQueues_nextToken :: Lens' DescribeJobQueues (Maybe Text)
- describeJobQueues_jobQueues :: Lens' DescribeJobQueues (Maybe [Text])
- describeJobQueues_maxResults :: Lens' DescribeJobQueues (Maybe Int)
- describeJobQueuesResponse_nextToken :: Lens' DescribeJobQueuesResponse (Maybe Text)
- describeJobQueuesResponse_jobQueues :: Lens' DescribeJobQueuesResponse (Maybe [JobQueueDetail])
- describeJobQueuesResponse_httpStatus :: Lens' DescribeJobQueuesResponse Int
- tagResource_resourceArn :: Lens' TagResource Text
- tagResource_tags :: Lens' TagResource (HashMap Text Text)
- tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int
- untagResource_resourceArn :: Lens' UntagResource Text
- untagResource_tagKeys :: Lens' UntagResource (NonEmpty Text)
- untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int
- describeComputeEnvironments_computeEnvironments :: Lens' DescribeComputeEnvironments (Maybe [Text])
- describeComputeEnvironments_nextToken :: Lens' DescribeComputeEnvironments (Maybe Text)
- describeComputeEnvironments_maxResults :: Lens' DescribeComputeEnvironments (Maybe Int)
- describeComputeEnvironmentsResponse_computeEnvironments :: Lens' DescribeComputeEnvironmentsResponse (Maybe [ComputeEnvironmentDetail])
- describeComputeEnvironmentsResponse_nextToken :: Lens' DescribeComputeEnvironmentsResponse (Maybe Text)
- describeComputeEnvironmentsResponse_httpStatus :: Lens' DescribeComputeEnvironmentsResponse Int
- cancelJob_jobId :: Lens' CancelJob Text
- cancelJob_reason :: Lens' CancelJob Text
- cancelJobResponse_httpStatus :: Lens' CancelJobResponse Int
- arrayProperties_size :: Lens' ArrayProperties (Maybe Int)
- arrayPropertiesDetail_size :: Lens' ArrayPropertiesDetail (Maybe Int)
- arrayPropertiesDetail_statusSummary :: Lens' ArrayPropertiesDetail (Maybe (HashMap Text Int))
- arrayPropertiesDetail_index :: Lens' ArrayPropertiesDetail (Maybe Int)
- arrayPropertiesSummary_size :: Lens' ArrayPropertiesSummary (Maybe Int)
- arrayPropertiesSummary_index :: Lens' ArrayPropertiesSummary (Maybe Int)
- attemptContainerDetail_networkInterfaces :: Lens' AttemptContainerDetail (Maybe [NetworkInterface])
- attemptContainerDetail_taskArn :: Lens' AttemptContainerDetail (Maybe Text)
- attemptContainerDetail_containerInstanceArn :: Lens' AttemptContainerDetail (Maybe Text)
- attemptContainerDetail_reason :: Lens' AttemptContainerDetail (Maybe Text)
- attemptContainerDetail_logStreamName :: Lens' AttemptContainerDetail (Maybe Text)
- attemptContainerDetail_exitCode :: Lens' AttemptContainerDetail (Maybe Int)
- attemptDetail_stoppedAt :: Lens' AttemptDetail (Maybe Integer)
- attemptDetail_startedAt :: Lens' AttemptDetail (Maybe Integer)
- attemptDetail_container :: Lens' AttemptDetail (Maybe AttemptContainerDetail)
- attemptDetail_statusReason :: Lens' AttemptDetail (Maybe Text)
- computeEnvironmentDetail_status :: Lens' ComputeEnvironmentDetail (Maybe CEStatus)
- computeEnvironmentDetail_state :: Lens' ComputeEnvironmentDetail (Maybe CEState)
- computeEnvironmentDetail_computeResources :: Lens' ComputeEnvironmentDetail (Maybe ComputeResource)
- computeEnvironmentDetail_statusReason :: Lens' ComputeEnvironmentDetail (Maybe Text)
- computeEnvironmentDetail_type :: Lens' ComputeEnvironmentDetail (Maybe CEType)
- computeEnvironmentDetail_serviceRole :: Lens' ComputeEnvironmentDetail (Maybe Text)
- computeEnvironmentDetail_tags :: Lens' ComputeEnvironmentDetail (Maybe (HashMap Text Text))
- computeEnvironmentDetail_computeEnvironmentName :: Lens' ComputeEnvironmentDetail Text
- computeEnvironmentDetail_computeEnvironmentArn :: Lens' ComputeEnvironmentDetail Text
- computeEnvironmentDetail_ecsClusterArn :: Lens' ComputeEnvironmentDetail Text
- computeEnvironmentOrder_order :: Lens' ComputeEnvironmentOrder Int
- computeEnvironmentOrder_computeEnvironment :: Lens' ComputeEnvironmentOrder Text
- computeResource_securityGroupIds :: Lens' ComputeResource (Maybe [Text])
- computeResource_instanceTypes :: Lens' ComputeResource (Maybe [Text])
- computeResource_instanceRole :: Lens' ComputeResource (Maybe Text)
- computeResource_ec2KeyPair :: Lens' ComputeResource (Maybe Text)
- computeResource_minvCpus :: Lens' ComputeResource (Maybe Int)
- computeResource_ec2Configuration :: Lens' ComputeResource (Maybe [Ec2Configuration])
- computeResource_bidPercentage :: Lens' ComputeResource (Maybe Int)
- computeResource_spotIamFleetRole :: Lens' ComputeResource (Maybe Text)
- computeResource_imageId :: Lens' ComputeResource (Maybe Text)
- computeResource_launchTemplate :: Lens' ComputeResource (Maybe LaunchTemplateSpecification)
- computeResource_desiredvCpus :: Lens' ComputeResource (Maybe Int)
- computeResource_allocationStrategy :: Lens' ComputeResource (Maybe CRAllocationStrategy)
- computeResource_placementGroup :: Lens' ComputeResource (Maybe Text)
- computeResource_tags :: Lens' ComputeResource (Maybe (HashMap Text Text))
- computeResource_type :: Lens' ComputeResource CRType
- computeResource_maxvCpus :: Lens' ComputeResource Int
- computeResource_subnets :: Lens' ComputeResource [Text]
- computeResourceUpdate_securityGroupIds :: Lens' ComputeResourceUpdate (Maybe [Text])
- computeResourceUpdate_subnets :: Lens' ComputeResourceUpdate (Maybe [Text])
- computeResourceUpdate_minvCpus :: Lens' ComputeResourceUpdate (Maybe Int)
- computeResourceUpdate_maxvCpus :: Lens' ComputeResourceUpdate (Maybe Int)
- computeResourceUpdate_desiredvCpus :: Lens' ComputeResourceUpdate (Maybe Int)
- containerDetail_image :: Lens' ContainerDetail (Maybe Text)
- containerDetail_command :: Lens' ContainerDetail (Maybe [Text])
- containerDetail_secrets :: Lens' ContainerDetail (Maybe [Secret])
- containerDetail_environment :: Lens' ContainerDetail (Maybe [KeyValuePair])
- containerDetail_networkInterfaces :: Lens' ContainerDetail (Maybe [NetworkInterface])
- containerDetail_taskArn :: Lens' ContainerDetail (Maybe Text)
- containerDetail_ulimits :: Lens' ContainerDetail (Maybe [Ulimit])
- containerDetail_containerInstanceArn :: Lens' ContainerDetail (Maybe Text)
- containerDetail_executionRoleArn :: Lens' ContainerDetail (Maybe Text)
- containerDetail_privileged :: Lens' ContainerDetail (Maybe Bool)
- containerDetail_jobRoleArn :: Lens' ContainerDetail (Maybe Text)
- containerDetail_resourceRequirements :: Lens' ContainerDetail (Maybe [ResourceRequirement])
- containerDetail_instanceType :: Lens' ContainerDetail (Maybe Text)
- containerDetail_memory :: Lens' ContainerDetail (Maybe Int)
- containerDetail_user :: Lens' ContainerDetail (Maybe Text)
- containerDetail_logConfiguration :: Lens' ContainerDetail (Maybe LogConfiguration)
- containerDetail_linuxParameters :: Lens' ContainerDetail (Maybe LinuxParameters)
- containerDetail_reason :: Lens' ContainerDetail (Maybe Text)
- containerDetail_logStreamName :: Lens' ContainerDetail (Maybe Text)
- containerDetail_mountPoints :: Lens' ContainerDetail (Maybe [MountPoint])
- containerDetail_exitCode :: Lens' ContainerDetail (Maybe Int)
- containerDetail_fargatePlatformConfiguration :: Lens' ContainerDetail (Maybe FargatePlatformConfiguration)
- containerDetail_vcpus :: Lens' ContainerDetail (Maybe Int)
- containerDetail_readonlyRootFilesystem :: Lens' ContainerDetail (Maybe Bool)
- containerDetail_volumes :: Lens' ContainerDetail (Maybe [Volume])
- containerDetail_networkConfiguration :: Lens' ContainerDetail (Maybe NetworkConfiguration)
- containerOverrides_command :: Lens' ContainerOverrides (Maybe [Text])
- containerOverrides_environment :: Lens' ContainerOverrides (Maybe [KeyValuePair])
- containerOverrides_resourceRequirements :: Lens' ContainerOverrides (Maybe [ResourceRequirement])
- containerOverrides_instanceType :: Lens' ContainerOverrides (Maybe Text)
- containerOverrides_memory :: Lens' ContainerOverrides (Maybe Int)
- containerOverrides_vcpus :: Lens' ContainerOverrides (Maybe Int)
- containerProperties_image :: Lens' ContainerProperties (Maybe Text)
- containerProperties_command :: Lens' ContainerProperties (Maybe [Text])
- containerProperties_secrets :: Lens' ContainerProperties (Maybe [Secret])
- containerProperties_environment :: Lens' ContainerProperties (Maybe [KeyValuePair])
- containerProperties_ulimits :: Lens' ContainerProperties (Maybe [Ulimit])
- containerProperties_executionRoleArn :: Lens' ContainerProperties (Maybe Text)
- containerProperties_privileged :: Lens' ContainerProperties (Maybe Bool)
- containerProperties_jobRoleArn :: Lens' ContainerProperties (Maybe Text)
- containerProperties_resourceRequirements :: Lens' ContainerProperties (Maybe [ResourceRequirement])
- containerProperties_instanceType :: Lens' ContainerProperties (Maybe Text)
- containerProperties_memory :: Lens' ContainerProperties (Maybe Int)
- containerProperties_user :: Lens' ContainerProperties (Maybe Text)
- containerProperties_logConfiguration :: Lens' ContainerProperties (Maybe LogConfiguration)
- containerProperties_linuxParameters :: Lens' ContainerProperties (Maybe LinuxParameters)
- containerProperties_mountPoints :: Lens' ContainerProperties (Maybe [MountPoint])
- containerProperties_fargatePlatformConfiguration :: Lens' ContainerProperties (Maybe FargatePlatformConfiguration)
- containerProperties_vcpus :: Lens' ContainerProperties (Maybe Int)
- containerProperties_readonlyRootFilesystem :: Lens' ContainerProperties (Maybe Bool)
- containerProperties_volumes :: Lens' ContainerProperties (Maybe [Volume])
- containerProperties_networkConfiguration :: Lens' ContainerProperties (Maybe NetworkConfiguration)
- containerSummary_reason :: Lens' ContainerSummary (Maybe Text)
- containerSummary_exitCode :: Lens' ContainerSummary (Maybe Int)
- device_containerPath :: Lens' Device (Maybe Text)
- device_permissions :: Lens' Device (Maybe [DeviceCgroupPermission])
- device_hostPath :: Lens' Device Text
- eFSAuthorizationConfig_accessPointId :: Lens' EFSAuthorizationConfig (Maybe Text)
- eFSAuthorizationConfig_iam :: Lens' EFSAuthorizationConfig (Maybe EFSAuthorizationConfigIAM)
- eFSVolumeConfiguration_rootDirectory :: Lens' EFSVolumeConfiguration (Maybe Text)
- eFSVolumeConfiguration_transitEncryption :: Lens' EFSVolumeConfiguration (Maybe EFSTransitEncryption)
- eFSVolumeConfiguration_authorizationConfig :: Lens' EFSVolumeConfiguration (Maybe EFSAuthorizationConfig)
- eFSVolumeConfiguration_transitEncryptionPort :: Lens' EFSVolumeConfiguration (Maybe Int)
- eFSVolumeConfiguration_fileSystemId :: Lens' EFSVolumeConfiguration Text
- ec2Configuration_imageIdOverride :: Lens' Ec2Configuration (Maybe Text)
- ec2Configuration_imageType :: Lens' Ec2Configuration Text
- evaluateOnExit_onExitCode :: Lens' EvaluateOnExit (Maybe Text)
- evaluateOnExit_onReason :: Lens' EvaluateOnExit (Maybe Text)
- evaluateOnExit_onStatusReason :: Lens' EvaluateOnExit (Maybe Text)
- evaluateOnExit_action :: Lens' EvaluateOnExit RetryAction
- fargatePlatformConfiguration_platformVersion :: Lens' FargatePlatformConfiguration (Maybe Text)
- host_sourcePath :: Lens' Host (Maybe Text)
- jobDefinition_status :: Lens' JobDefinition (Maybe Text)
- jobDefinition_propagateTags :: Lens' JobDefinition (Maybe Bool)
- jobDefinition_retryStrategy :: Lens' JobDefinition (Maybe RetryStrategy)
- jobDefinition_platformCapabilities :: Lens' JobDefinition (Maybe [PlatformCapability])
- jobDefinition_parameters :: Lens' JobDefinition (Maybe (HashMap Text Text))
- jobDefinition_timeout :: Lens' JobDefinition (Maybe JobTimeout)
- jobDefinition_containerProperties :: Lens' JobDefinition (Maybe ContainerProperties)
- jobDefinition_nodeProperties :: Lens' JobDefinition (Maybe NodeProperties)
- jobDefinition_tags :: Lens' JobDefinition (Maybe (HashMap Text Text))
- jobDefinition_jobDefinitionName :: Lens' JobDefinition Text
- jobDefinition_jobDefinitionArn :: Lens' JobDefinition Text
- jobDefinition_revision :: Lens' JobDefinition Int
- jobDefinition_type :: Lens' JobDefinition Text
- jobDependency_jobId :: Lens' JobDependency (Maybe Text)
- jobDependency_type :: Lens' JobDependency (Maybe ArrayJobDependency)
- jobDetail_stoppedAt :: Lens' JobDetail (Maybe Integer)
- jobDetail_jobArn :: Lens' JobDetail (Maybe Text)
- jobDetail_propagateTags :: Lens' JobDetail (Maybe Bool)
- jobDetail_createdAt :: Lens' JobDetail (Maybe Integer)
- jobDetail_retryStrategy :: Lens' JobDetail (Maybe RetryStrategy)
- jobDetail_attempts :: Lens' JobDetail (Maybe [AttemptDetail])
- jobDetail_platformCapabilities :: Lens' JobDetail (Maybe [PlatformCapability])
- jobDetail_startedAt :: Lens' JobDetail (Maybe Integer)
- jobDetail_dependsOn :: Lens' JobDetail (Maybe [JobDependency])
- jobDetail_container :: Lens' JobDetail (Maybe ContainerDetail)
- jobDetail_nodeDetails :: Lens' JobDetail (Maybe NodeDetails)
- jobDetail_parameters :: Lens' JobDetail (Maybe (HashMap Text Text))
- jobDetail_statusReason :: Lens' JobDetail (Maybe Text)
- jobDetail_arrayProperties :: Lens' JobDetail (Maybe ArrayPropertiesDetail)
- jobDetail_timeout :: Lens' JobDetail (Maybe JobTimeout)
- jobDetail_nodeProperties :: Lens' JobDetail (Maybe NodeProperties)
- jobDetail_tags :: Lens' JobDetail (Maybe (HashMap Text Text))
- jobDetail_jobName :: Lens' JobDetail Text
- jobDetail_jobId :: Lens' JobDetail Text
- jobDetail_jobQueue :: Lens' JobDetail Text
- jobDetail_status :: Lens' JobDetail JobStatus
- jobDetail_jobDefinition :: Lens' JobDetail Text
- jobQueueDetail_status :: Lens' JobQueueDetail (Maybe JQStatus)
- jobQueueDetail_statusReason :: Lens' JobQueueDetail (Maybe Text)
- jobQueueDetail_tags :: Lens' JobQueueDetail (Maybe (HashMap Text Text))
- jobQueueDetail_jobQueueName :: Lens' JobQueueDetail Text
- jobQueueDetail_jobQueueArn :: Lens' JobQueueDetail Text
- jobQueueDetail_state :: Lens' JobQueueDetail JQState
- jobQueueDetail_priority :: Lens' JobQueueDetail Int
- jobQueueDetail_computeEnvironmentOrder :: Lens' JobQueueDetail [ComputeEnvironmentOrder]
- jobSummary_stoppedAt :: Lens' JobSummary (Maybe Integer)
- jobSummary_status :: Lens' JobSummary (Maybe JobStatus)
- jobSummary_jobArn :: Lens' JobSummary (Maybe Text)
- jobSummary_createdAt :: Lens' JobSummary (Maybe Integer)
- jobSummary_startedAt :: Lens' JobSummary (Maybe Integer)
- jobSummary_container :: Lens' JobSummary (Maybe ContainerSummary)
- jobSummary_jobDefinition :: Lens' JobSummary (Maybe Text)
- jobSummary_statusReason :: Lens' JobSummary (Maybe Text)
- jobSummary_arrayProperties :: Lens' JobSummary (Maybe ArrayPropertiesSummary)
- jobSummary_nodeProperties :: Lens' JobSummary (Maybe NodePropertiesSummary)
- jobSummary_jobId :: Lens' JobSummary Text
- jobSummary_jobName :: Lens' JobSummary Text
- jobTimeout_attemptDurationSeconds :: Lens' JobTimeout (Maybe Int)
- keyValuePair_value :: Lens' KeyValuePair (Maybe Text)
- keyValuePair_name :: Lens' KeyValuePair (Maybe Text)
- keyValuesPair_values :: Lens' KeyValuesPair (Maybe [Text])
- keyValuesPair_name :: Lens' KeyValuesPair (Maybe Text)
- launchTemplateSpecification_launchTemplateName :: Lens' LaunchTemplateSpecification (Maybe Text)
- launchTemplateSpecification_launchTemplateId :: Lens' LaunchTemplateSpecification (Maybe Text)
- launchTemplateSpecification_version :: Lens' LaunchTemplateSpecification (Maybe Text)
- linuxParameters_sharedMemorySize :: Lens' LinuxParameters (Maybe Int)
- linuxParameters_initProcessEnabled :: Lens' LinuxParameters (Maybe Bool)
- linuxParameters_tmpfs :: Lens' LinuxParameters (Maybe [Tmpfs])
- linuxParameters_swappiness :: Lens' LinuxParameters (Maybe Int)
- linuxParameters_devices :: Lens' LinuxParameters (Maybe [Device])
- linuxParameters_maxSwap :: Lens' LinuxParameters (Maybe Int)
- logConfiguration_options :: Lens' LogConfiguration (Maybe (HashMap Text Text))
- logConfiguration_secretOptions :: Lens' LogConfiguration (Maybe [Secret])
- logConfiguration_logDriver :: Lens' LogConfiguration LogDriver
- mountPoint_containerPath :: Lens' MountPoint (Maybe Text)
- mountPoint_sourceVolume :: Lens' MountPoint (Maybe Text)
- mountPoint_readOnly :: Lens' MountPoint (Maybe Bool)
- networkConfiguration_assignPublicIp :: Lens' NetworkConfiguration (Maybe AssignPublicIp)
- networkInterface_ipv6Address :: Lens' NetworkInterface (Maybe Text)
- networkInterface_privateIpv4Address :: Lens' NetworkInterface (Maybe Text)
- networkInterface_attachmentId :: Lens' NetworkInterface (Maybe Text)
- nodeDetails_nodeIndex :: Lens' NodeDetails (Maybe Int)
- nodeDetails_isMainNode :: Lens' NodeDetails (Maybe Bool)
- nodeOverrides_numNodes :: Lens' NodeOverrides (Maybe Int)
- nodeOverrides_nodePropertyOverrides :: Lens' NodeOverrides (Maybe [NodePropertyOverride])
- nodeProperties_numNodes :: Lens' NodeProperties Int
- nodeProperties_mainNode :: Lens' NodeProperties Int
- nodeProperties_nodeRangeProperties :: Lens' NodeProperties [NodeRangeProperty]
- nodePropertiesSummary_numNodes :: Lens' NodePropertiesSummary (Maybe Int)
- nodePropertiesSummary_nodeIndex :: Lens' NodePropertiesSummary (Maybe Int)
- nodePropertiesSummary_isMainNode :: Lens' NodePropertiesSummary (Maybe Bool)
- nodePropertyOverride_containerOverrides :: Lens' NodePropertyOverride (Maybe ContainerOverrides)
- nodePropertyOverride_targetNodes :: Lens' NodePropertyOverride Text
- nodeRangeProperty_container :: Lens' NodeRangeProperty (Maybe ContainerProperties)
- nodeRangeProperty_targetNodes :: Lens' NodeRangeProperty Text
- resourceRequirement_value :: Lens' ResourceRequirement Text
- resourceRequirement_type :: Lens' ResourceRequirement ResourceType
- retryStrategy_evaluateOnExit :: Lens' RetryStrategy (Maybe [EvaluateOnExit])
- retryStrategy_attempts :: Lens' RetryStrategy (Maybe Int)
- secret_name :: Lens' Secret Text
- secret_valueFrom :: Lens' Secret Text
- tmpfs_mountOptions :: Lens' Tmpfs (Maybe [Text])
- tmpfs_containerPath :: Lens' Tmpfs Text
- tmpfs_size :: Lens' Tmpfs Int
- ulimit_hardLimit :: Lens' Ulimit Int
- ulimit_name :: Lens' Ulimit Text
- ulimit_softLimit :: Lens' Ulimit Int
- volume_name :: Lens' Volume (Maybe Text)
- volume_efsVolumeConfiguration :: Lens' Volume (Maybe EFSVolumeConfiguration)
- volume_host :: Lens' Volume (Maybe Host)
Operations
CreateComputeEnvironment
createComputeEnvironment_state :: Lens' CreateComputeEnvironment (Maybe CEState) Source #
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.
If the state is ENABLED
, then the 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 Batch scheduler doesn't attempt to
place jobs within the environment. Jobs in a STARTING
or RUNNING
state continue to progress normally. Managed compute environments in the
DISABLED
state don't scale out. However, they scale in to minvCpus
value after instances become idle.
createComputeEnvironment_computeResources :: Lens' CreateComputeEnvironment (Maybe ComputeResource) Source #
Details about the compute resources managed by the compute environment. This parameter is required for managed compute environments. For more information, see Compute Environments in the Batch User Guide.
createComputeEnvironment_serviceRole :: Lens' CreateComputeEnvironment (Maybe Text) Source #
The full Amazon Resource Name (ARN) of the IAM role that allows Batch to make calls to other Amazon Web Services services on your behalf. For more information, see Batch service IAM role in the Batch User Guide.
If your account already created the Batch service-linked role, that role is used by default for your compute environment unless you specify a different role here. If the Batch service-linked role doesn't exist in your account, and no role is specified here, the service attempts to create the 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 name bar
has a path of /foo/
then you would specify /foo/bar
as the role name. For more
information, see
Friendly names and paths
in the IAM User Guide.
Depending on how you created your Batch service role, its ARN might
contain the service-role
path prefix. When you only specify the name
of the service role, Batch assumes that your ARN doesn't use the
service-role
path prefix. Because of this, we recommend that you
specify the full ARN of your service role when you create compute
environments.
createComputeEnvironment_tags :: Lens' CreateComputeEnvironment (Maybe (HashMap Text Text)) Source #
The tags that you apply to the compute environment to help you categorize and organize your resources. Each tag consists of a key and an optional value. For more information, see Tagging Amazon Web Services Resources in Amazon Web Services General Reference.
These tags can be updated or removed using the TagResource and UntagResource API operations. These tags don't propagate to the underlying compute resources.
createComputeEnvironment_computeEnvironmentName :: Lens' CreateComputeEnvironment Text Source #
The name for your compute environment. Up to 128 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.
createComputeEnvironment_type :: Lens' CreateComputeEnvironment CEType Source #
The type of the compute environment: MANAGED
or UNMANAGED
. For more
information, see
Compute Environments
in the Batch User Guide.
createComputeEnvironmentResponse_computeEnvironmentName :: Lens' CreateComputeEnvironmentResponse (Maybe Text) Source #
The name of the compute environment. Up to 128 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.
createComputeEnvironmentResponse_computeEnvironmentArn :: Lens' CreateComputeEnvironmentResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the compute environment.
createComputeEnvironmentResponse_httpStatus :: Lens' CreateComputeEnvironmentResponse Int Source #
The response's http status code.
ListTagsForResource
listTagsForResource_resourceArn :: Lens' ListTagsForResource Text Source #
The Amazon Resource Name (ARN) that identifies the resource that tags are listed for. Batch resources that support tags are compute environments, jobs, job definitions, and job queues. ARNs for child jobs of array and multi-node parallel (MNP) jobs are not supported.
listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (HashMap Text Text)) Source #
The tags for the resource.
listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int Source #
The response's http status code.
RegisterJobDefinition
registerJobDefinition_propagateTags :: Lens' RegisterJobDefinition (Maybe Bool) Source #
Specifies whether to propagate the tags from the job or job definition
to the corresponding Amazon ECS task. If no value is specified, the tags
are not propagated. Tags can only be propagated to the tasks during task
creation. For tags with the same name, job tags are given priority over
job definitions tags. If the total number of combined tags from the job
and job definition is over 50, the job is moved to the FAILED
state.
registerJobDefinition_retryStrategy :: Lens' RegisterJobDefinition (Maybe RetryStrategy) Source #
The retry strategy to use for failed jobs that are submitted with this job definition. Any retry strategy that's specified during a SubmitJob operation overrides the retry strategy defined here. If a job is terminated due to a timeout, it isn't retried.
registerJobDefinition_platformCapabilities :: Lens' RegisterJobDefinition (Maybe [PlatformCapability]) Source #
The platform capabilities required by the job definition. If no value is
specified, it defaults to EC2
. To run the job on Fargate resources,
specify FARGATE
.
registerJobDefinition_parameters :: Lens' RegisterJobDefinition (Maybe (HashMap Text Text)) Source #
Default parameter substitution placeholders to set in the job
definition. Parameters are specified as a key-value pair mapping.
Parameters in a SubmitJob
request override any corresponding parameter
defaults from the job definition.
registerJobDefinition_timeout :: Lens' RegisterJobDefinition (Maybe JobTimeout) Source #
The timeout configuration for jobs that are submitted with this job definition, after which Batch terminates your jobs if they have not finished. If a job is terminated due to a timeout, it isn't retried. The minimum value for the timeout is 60 seconds. Any timeout configuration that's specified during a SubmitJob operation overrides the timeout configuration defined here. For more information, see Job Timeouts in the Batch User Guide.
registerJobDefinition_containerProperties :: Lens' RegisterJobDefinition (Maybe ContainerProperties) Source #
An object with various properties specific to single-node
container-based jobs. If the job definition's type
parameter is
container
, then you must specify either containerProperties
or
nodeProperties
.
If the job runs on Fargate resources, then you must not specify
nodeProperties
; use only containerProperties
.
registerJobDefinition_nodeProperties :: Lens' RegisterJobDefinition (Maybe NodeProperties) Source #
An object with various properties specific to multi-node parallel jobs.
If you specify node properties for a job, it becomes a multi-node
parallel job. For more information, see
Multi-node Parallel Jobs
in the Batch User Guide. If the job definition's type
parameter is
container
, then you must specify either containerProperties
or
nodeProperties
.
If the job runs on Fargate resources, then you must not specify
nodeProperties
; use containerProperties
instead.
registerJobDefinition_tags :: Lens' RegisterJobDefinition (Maybe (HashMap Text Text)) Source #
The tags that you apply to the job definition to help you categorize and organize your resources. Each tag consists of a key and an optional value. For more information, see Tagging Amazon Web Services Resources in Batch User Guide.
registerJobDefinition_jobDefinitionName :: Lens' RegisterJobDefinition Text Source #
The name of the job definition to register. Up to 128 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.
registerJobDefinition_type :: Lens' RegisterJobDefinition JobDefinitionType Source #
The type of job definition. For more information about multi-node parallel jobs, see Creating a multi-node parallel job definition in the Batch User Guide.
If the job is run on Fargate resources, then multinode
isn't
supported.
registerJobDefinitionResponse_httpStatus :: Lens' RegisterJobDefinitionResponse Int Source #
The response's http status code.
registerJobDefinitionResponse_jobDefinitionName :: Lens' RegisterJobDefinitionResponse Text Source #
The name of the job definition.
registerJobDefinitionResponse_jobDefinitionArn :: Lens' RegisterJobDefinitionResponse Text Source #
The Amazon Resource Name (ARN) of the job definition.
registerJobDefinitionResponse_revision :: Lens' RegisterJobDefinitionResponse Int Source #
The revision of the job definition.
SubmitJob
submitJob_nodeOverrides :: Lens' SubmitJob (Maybe NodeOverrides) Source #
A list of node overrides in JSON format that specify the node range to target and the container overrides for that node range.
This parameter isn't applicable to jobs that are running on Fargate
resources; use containerOverrides
instead.
submitJob_propagateTags :: Lens' SubmitJob (Maybe Bool) Source #
Specifies whether to propagate the tags from the job or job definition
to the corresponding Amazon ECS task. If no value is specified, the tags
aren't propagated. Tags can only be propagated to the tasks during task
creation. For tags with the same name, job tags are given priority over
job definitions tags. If the total number of combined tags from the job
and job definition is over 50, the job is moved to the FAILED
state.
When specified, this overrides the tag propagation setting in the job
definition.
submitJob_containerOverrides :: Lens' SubmitJob (Maybe ContainerOverrides) Source #
A list of container overrides in the JSON format that specify the name
of a container in the specified job definition and the overrides it
should receive. You can override the default command for a container,
which is specified in the job definition or the Docker image, with a
command
override. You can also override existing environment variables
on a container or add new environment variables to it with an
environment
override.
submitJob_retryStrategy :: Lens' SubmitJob (Maybe RetryStrategy) Source #
The retry strategy to use for failed jobs from this SubmitJob operation. When a retry strategy is specified here, it overrides the retry strategy defined in the job definition.
submitJob_dependsOn :: Lens' SubmitJob (Maybe [JobDependency]) Source #
A list of dependencies for the job. A job can depend upon a maximum of
20 jobs. You can specify a SEQUENTIAL
type dependency without
specifying a job ID for array jobs so that each child array job
completes sequentially, starting at index 0. You can also specify an
N_TO_N
type dependency with a job ID for array jobs. In that case,
each index child of this job must wait for the corresponding index child
of each dependency to complete before it can begin.
submitJob_parameters :: Lens' SubmitJob (Maybe (HashMap Text Text)) Source #
Additional parameters passed to the job that replace parameter
substitution placeholders that are set in the job definition. Parameters
are specified as a key and value pair mapping. Parameters in a
SubmitJob
request override any corresponding parameter defaults from
the job definition.
submitJob_arrayProperties :: Lens' SubmitJob (Maybe ArrayProperties) Source #
The array properties for the submitted job, such as the size of the array. The array size can be between 2 and 10,000. If you specify array properties for a job, it becomes an array job. For more information, see Array Jobs in the Batch User Guide.
submitJob_timeout :: Lens' SubmitJob (Maybe JobTimeout) Source #
The timeout configuration for this SubmitJob operation. You can specify a timeout duration after which Batch terminates your jobs if they haven't finished. If a job is terminated due to a timeout, it isn't retried. The minimum value for the timeout is 60 seconds. This configuration overrides any timeout configuration specified in the job definition. For array jobs, child jobs have the same timeout configuration as the parent job. For more information, see Job Timeouts in the Amazon Elastic Container Service Developer Guide.
submitJob_tags :: Lens' SubmitJob (Maybe (HashMap Text Text)) Source #
The tags that you apply to the job request to help you categorize and organize your resources. Each tag consists of a key and an optional value. For more information, see Tagging Amazon Web Services Resources in Amazon Web Services General Reference.
submitJob_jobName :: Lens' SubmitJob Text Source #
The name of the job. The first character must be alphanumeric, and up to 128 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.
submitJob_jobQueue :: Lens' SubmitJob Text Source #
The job queue where the job is submitted. You can specify either the name or the Amazon Resource Name (ARN) of the queue.
submitJob_jobDefinition :: Lens' SubmitJob Text Source #
The job definition used by this job. This value can be one of name
,
name:revision
, or the Amazon Resource Name (ARN) for the job
definition. If name
is specified without a revision then the latest
active revision is used.
submitJobResponse_jobArn :: Lens' SubmitJobResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) for the job.
submitJobResponse_httpStatus :: Lens' SubmitJobResponse Int Source #
The response's http status code.
submitJobResponse_jobName :: Lens' SubmitJobResponse Text Source #
The name of the job.
submitJobResponse_jobId :: Lens' SubmitJobResponse Text Source #
The unique identifier for the job.
ListJobs
listJobs_filters :: Lens' ListJobs (Maybe [KeyValuesPair]) Source #
The filter to apply to the query. Only one filter can be used at a time.
When the filter is used, jobStatus
is ignored. The filter doesn't
apply to child jobs in an array or multi-node parallel (MNP) jobs. The
results are sorted by the createdAt
field, with the most recent jobs
being first.
- JOB_NAME
- The value of the filter is a case-insensitive match for the job
name. If the value ends with an asterisk (*), the filter will match
any job name that begins with the string before the '*'. This
corresponds to the
jobName
value. For example,test1
matches bothTest1
andtest1
, andtest1*
matches bothtest1
andTest10
. When theJOB_NAME
filter is used, the results are grouped by the job name and version. - JOB_DEFINITION
- The value for the filter is the name or Amazon Resource Name (ARN)
of the job definition. This corresponds to the
jobDefinition
value. The value is case sensitive. When the value for the filter is the job definition name, the results include all the jobs that used any revision of that job definition name. If the value ends with an asterisk (*), the filter will match any job definition name that begins with the string before the '*'. For example,jd1
matches onlyjd1
, andjd1*
matches bothjd1
andjd1A
. The version of the job definition that's used doesn't affect the sort order. When theJOB_DEFINITION
filter is used and the ARN is used (which is in the formarn:${Partition}:batch:${Region}:${Account}:job-definition/${JobDefinitionName}:${Revision}
), the results include jobs that used the specified revision of the job definition. Asterisk (*) is not supported when the ARN is used. - BEFORE_CREATED_AT
- The value for the filter is the time that's before the job was
created. This corresponds to the
createdAt
value. The value is a string representation of the number of seconds since 00:00:00 UTC (midnight) on January 1, 1970. - AFTER_CREATED_AT
- The value for the filter is the time that's after the job was
created. This corresponds to the
createdAt
value. The value is a string representation of the number of seconds since 00:00:00 UTC (midnight) on January 1, 1970.
listJobs_nextToken :: Lens' ListJobs (Maybe Text) Source #
The nextToken
value returned from a previous paginated ListJobs
request where maxResults
was used and the results exceeded the value
of that parameter. Pagination continues from the end of the previous
results that returned the nextToken
value. This value is null
when
there are no more results to return.
This token should be treated as an opaque identifier that's only used to retrieve the next items in a list and not for other programmatic purposes.
listJobs_multiNodeJobId :: Lens' ListJobs (Maybe Text) Source #
The job ID for a multi-node parallel job. Specifying a multi-node parallel job ID with this parameter lists all nodes that are associated with the specified job.
listJobs_jobStatus :: Lens' ListJobs (Maybe JobStatus) Source #
The job status used to filter jobs in the specified queue. If the
filters
parameter is specified, the jobStatus
parameter is ignored
and jobs with any status are returned. If you don't specify a status,
only RUNNING
jobs are returned.
listJobs_arrayJobId :: Lens' ListJobs (Maybe Text) Source #
The job ID for an array job. Specifying an array job ID with this parameter lists all child jobs from within the specified array.
listJobs_jobQueue :: Lens' ListJobs (Maybe Text) Source #
The name or full Amazon Resource Name (ARN) of the job queue used to list jobs.
listJobs_maxResults :: Lens' ListJobs (Maybe Int) Source #
The maximum number of results returned by ListJobs
in paginated
output. When this parameter is used, ListJobs
only returns
maxResults
results in a single page and a nextToken
response
element. The remaining results of the initial request can be seen by
sending another ListJobs
request with the returned nextToken
value.
This value can be between 1 and 100. If this parameter isn't used, then
ListJobs
returns up to 100 results and a nextToken
value if
applicable.
listJobsResponse_nextToken :: Lens' ListJobsResponse (Maybe Text) Source #
The nextToken
value to include in a future ListJobs
request. When
the results of a ListJobs
request exceed maxResults
, this value can
be used to retrieve the next page of results. This value is null
when
there are no more results to return.
listJobsResponse_httpStatus :: Lens' ListJobsResponse Int Source #
The response's http status code.
listJobsResponse_jobSummaryList :: Lens' ListJobsResponse [JobSummary] Source #
A list of job summaries that match the request.
TerminateJob
terminateJob_jobId :: Lens' TerminateJob Text Source #
The Batch job ID of the job to terminate.
terminateJob_reason :: Lens' TerminateJob Text Source #
A message to attach to the job that explains the reason for canceling it. This message is returned by future DescribeJobs operations on the job. This message is also recorded in the Batch activity logs.
terminateJobResponse_httpStatus :: Lens' TerminateJobResponse Int Source #
The response's http status code.
DescribeJobs
describeJobs_jobs :: Lens' DescribeJobs [Text] Source #
A list of up to 100 job IDs.
describeJobsResponse_jobs :: Lens' DescribeJobsResponse (Maybe [JobDetail]) Source #
The list of jobs.
describeJobsResponse_httpStatus :: Lens' DescribeJobsResponse Int Source #
The response's http status code.
DeleteComputeEnvironment
deleteComputeEnvironment_computeEnvironment :: Lens' DeleteComputeEnvironment Text Source #
The name or Amazon Resource Name (ARN) of the compute environment to delete.
deleteComputeEnvironmentResponse_httpStatus :: Lens' DeleteComputeEnvironmentResponse Int Source #
The response's http status code.
UpdateComputeEnvironment
updateComputeEnvironment_state :: Lens' UpdateComputeEnvironment (Maybe CEState) Source #
The state of the compute environment. Compute environments in the
ENABLED
state can accept jobs from a queue and scale in or out
automatically based on the workload demand of its associated queues.
If the state is ENABLED
, then the 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 Batch scheduler doesn't attempt to
place jobs within the environment. Jobs in a STARTING
or RUNNING
state continue to progress normally. Managed compute environments in the
DISABLED
state don't scale out. However, they scale in to minvCpus
value after instances become idle.
updateComputeEnvironment_computeResources :: Lens' UpdateComputeEnvironment (Maybe ComputeResourceUpdate) Source #
Details of the compute resources managed by the compute environment. Required for a managed compute environment. For more information, see Compute Environments in the Batch User Guide.
updateComputeEnvironment_serviceRole :: Lens' UpdateComputeEnvironment (Maybe Text) Source #
The full Amazon Resource Name (ARN) of the IAM role that allows Batch to make calls to other Amazon Web Services services on your behalf. For more information, see Batch service IAM role in the Batch User Guide.
If the compute environment has a service-linked role, it can't be changed to use a regular IAM role. Likewise, if the compute environment has a regular IAM role, it can't be changed to use a service-linked role.
If your specified role has a path other than /
, then you must either
specify the full role ARN (this is recommended) or prefix the role name
with the path.
Depending on how you created your Batch service role, its ARN might
contain the service-role
path prefix. When you only specify the name
of the service role, Batch assumes that your ARN doesn't use the
service-role
path prefix. Because of this, we recommend that you
specify the full ARN of your service role when you create compute
environments.
updateComputeEnvironment_computeEnvironment :: Lens' UpdateComputeEnvironment Text Source #
The name or full Amazon Resource Name (ARN) of the compute environment to update.
updateComputeEnvironmentResponse_computeEnvironmentName :: Lens' UpdateComputeEnvironmentResponse (Maybe Text) Source #
The name of the compute environment. Up to 128 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.
updateComputeEnvironmentResponse_computeEnvironmentArn :: Lens' UpdateComputeEnvironmentResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the compute environment.
updateComputeEnvironmentResponse_httpStatus :: Lens' UpdateComputeEnvironmentResponse Int Source #
The response's http status code.
DescribeJobDefinitions
describeJobDefinitions_status :: Lens' DescribeJobDefinitions (Maybe Text) Source #
The status used to filter job definitions.
describeJobDefinitions_jobDefinitionName :: Lens' DescribeJobDefinitions (Maybe Text) Source #
The name of the job definition to describe.
describeJobDefinitions_jobDefinitions :: Lens' DescribeJobDefinitions (Maybe [Text]) Source #
A list of up to 100 job definitions. Each entry in the list can either
be an ARN of the form
arn:aws:batch:${Region}:${Account}:job-definition/${JobDefinitionName}:${Revision}
or a short version using the form ${JobDefinitionName}:${Revision}
.
describeJobDefinitions_nextToken :: Lens' DescribeJobDefinitions (Maybe Text) Source #
The nextToken
value returned from a previous paginated
DescribeJobDefinitions
request where maxResults
was used and the
results exceeded the value of that parameter. Pagination continues from
the end of the previous results that returned the nextToken
value.
This value is null
when there are no more results to return.
This token should be treated as an opaque identifier that's only used to retrieve the next items in a list and not for other programmatic purposes.
describeJobDefinitions_maxResults :: Lens' DescribeJobDefinitions (Maybe Int) Source #
The maximum number of results returned by DescribeJobDefinitions
in
paginated output. When this parameter is used, DescribeJobDefinitions
only returns maxResults
results in a single page and a nextToken
response element. The remaining results of the initial request can be
seen by sending another DescribeJobDefinitions
request with the
returned nextToken
value. This value can be between 1 and 100. If this
parameter isn't used, then DescribeJobDefinitions
returns up to 100
results and a nextToken
value if applicable.
describeJobDefinitionsResponse_jobDefinitions :: Lens' DescribeJobDefinitionsResponse (Maybe [JobDefinition]) Source #
The list of job definitions.
describeJobDefinitionsResponse_nextToken :: Lens' DescribeJobDefinitionsResponse (Maybe Text) Source #
The nextToken
value to include in a future DescribeJobDefinitions
request. When the results of a DescribeJobDefinitions
request exceed
maxResults
, this value can be used to retrieve the next page of
results. This value is null
when there are no more results to return.
describeJobDefinitionsResponse_httpStatus :: Lens' DescribeJobDefinitionsResponse Int Source #
The response's http status code.
UpdateJobQueue
updateJobQueue_state :: Lens' UpdateJobQueue (Maybe JQState) Source #
Describes the queue's ability to accept new jobs. If the job queue
state is ENABLED
, it can accept jobs. If the job queue state is
DISABLED
, new jobs can't be added to the queue, but jobs already in
the queue can finish.
updateJobQueue_priority :: Lens' UpdateJobQueue (Maybe Int) Source #
The priority of the job queue. Job queues with a higher priority (or a
higher integer value for the priority
parameter) are evaluated first
when associated with the same compute environment. Priority is
determined in descending order, for example, a job queue with a priority
value of 10
is given scheduling preference over a job queue with a
priority value of 1
. All of the compute environments must be either
EC2 (EC2
or SPOT
) or Fargate (FARGATE
or FARGATE_SPOT
). EC2 and
Fargate compute environments can't be mixed.
updateJobQueue_computeEnvironmentOrder :: Lens' UpdateJobQueue (Maybe [ComputeEnvironmentOrder]) Source #
Details the set of compute environments mapped to a job queue and their
order relative to each other. This is one of the parameters used by the
job scheduler to determine which compute environment should run a given
job. Compute environments must be in the VALID
state before you can
associate them with a job queue. All of the compute environments must be
either EC2 (EC2
or SPOT
) or Fargate (FARGATE
or FARGATE_SPOT
).
EC2 and Fargate compute environments can't be mixed.
All compute environments that are associated with a job queue must share the same architecture. Batch doesn't support mixing compute environment architecture types in a single job queue.
updateJobQueue_jobQueue :: Lens' UpdateJobQueue Text Source #
The name or the Amazon Resource Name (ARN) of the job queue.
updateJobQueueResponse_jobQueueArn :: Lens' UpdateJobQueueResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the job queue.
updateJobQueueResponse_jobQueueName :: Lens' UpdateJobQueueResponse (Maybe Text) Source #
The name of the job queue.
updateJobQueueResponse_httpStatus :: Lens' UpdateJobQueueResponse Int Source #
The response's http status code.
DeleteJobQueue
deleteJobQueue_jobQueue :: Lens' DeleteJobQueue Text Source #
The short name or full Amazon Resource Name (ARN) of the queue to delete.
deleteJobQueueResponse_httpStatus :: Lens' DeleteJobQueueResponse Int Source #
The response's http status code.
CreateJobQueue
createJobQueue_state :: Lens' CreateJobQueue (Maybe JQState) Source #
The state of the job queue. If the job queue state is ENABLED
, it is
able to accept jobs. If the job queue state is DISABLED
, new jobs
can't be added to the queue, but jobs already in the queue can finish.
createJobQueue_tags :: Lens' CreateJobQueue (Maybe (HashMap Text Text)) Source #
The tags that you apply to the job queue to help you categorize and organize your resources. Each tag consists of a key and an optional value. For more information, see Tagging your Batch resources in Batch User Guide.
createJobQueue_jobQueueName :: Lens' CreateJobQueue Text Source #
The name of the job queue. Up to 128 letters (uppercase and lowercase), numbers, and underscores are allowed.
createJobQueue_priority :: Lens' CreateJobQueue Int Source #
The priority of the job queue. Job queues with a higher priority (or a
higher integer value for the priority
parameter) are evaluated first
when associated with the same compute environment. Priority is
determined in descending order. For example, a job queue with a priority
value of 10
is given scheduling preference over a job queue with a
priority value of 1
. All of the compute environments must be either
EC2 (EC2
or SPOT
) or Fargate (FARGATE
or FARGATE_SPOT
); EC2 and
Fargate compute environments can't be mixed.
createJobQueue_computeEnvironmentOrder :: Lens' CreateJobQueue [ComputeEnvironmentOrder] Source #
The set of compute environments mapped to a job queue and their order
relative to each other. The job scheduler uses this parameter to
determine which compute environment should run a specific job. Compute
environments must be in the VALID
state before you can associate them
with a job queue. You can associate up to three compute environments
with a job queue. All of the compute environments must be either EC2
(EC2
or SPOT
) or Fargate (FARGATE
or FARGATE_SPOT
); EC2 and
Fargate compute environments can't be mixed.
All compute environments that are associated with a job queue must share the same architecture. Batch doesn't support mixing compute environment architecture types in a single job queue.
createJobQueueResponse_httpStatus :: Lens' CreateJobQueueResponse Int Source #
The response's http status code.
createJobQueueResponse_jobQueueName :: Lens' CreateJobQueueResponse Text Source #
The name of the job queue.
createJobQueueResponse_jobQueueArn :: Lens' CreateJobQueueResponse Text Source #
The Amazon Resource Name (ARN) of the job queue.
DeregisterJobDefinition
deregisterJobDefinition_jobDefinition :: Lens' DeregisterJobDefinition Text Source #
The name and revision (name:revision
) or full Amazon Resource Name
(ARN) of the job definition to deregister.
deregisterJobDefinitionResponse_httpStatus :: Lens' DeregisterJobDefinitionResponse Int Source #
The response's http status code.
DescribeJobQueues
describeJobQueues_nextToken :: Lens' DescribeJobQueues (Maybe Text) Source #
The nextToken
value returned from a previous paginated
DescribeJobQueues
request where maxResults
was used and the results
exceeded the value of that parameter. Pagination continues from the end
of the previous results that returned the nextToken
value. This value
is null
when there are no more results to return.
This token should be treated as an opaque identifier that's only used to retrieve the next items in a list and not for other programmatic purposes.
describeJobQueues_jobQueues :: Lens' DescribeJobQueues (Maybe [Text]) Source #
A list of up to 100 queue names or full queue Amazon Resource Name (ARN) entries.
describeJobQueues_maxResults :: Lens' DescribeJobQueues (Maybe Int) Source #
The maximum number of results returned by DescribeJobQueues
in
paginated output. When this parameter is used, DescribeJobQueues
only
returns maxResults
results in a single page and a nextToken
response
element. The remaining results of the initial request can be seen by
sending another DescribeJobQueues
request with the returned
nextToken
value. This value can be between 1 and 100. If this
parameter isn't used, then DescribeJobQueues
returns up to 100
results and a nextToken
value if applicable.
describeJobQueuesResponse_nextToken :: Lens' DescribeJobQueuesResponse (Maybe Text) Source #
The nextToken
value to include in a future DescribeJobQueues
request. When the results of a DescribeJobQueues
request exceed
maxResults
, this value can be used to retrieve the next page of
results. This value is null
when there are no more results to return.
describeJobQueuesResponse_jobQueues :: Lens' DescribeJobQueuesResponse (Maybe [JobQueueDetail]) Source #
The list of job queues.
describeJobQueuesResponse_httpStatus :: Lens' DescribeJobQueuesResponse Int Source #
The response's http status code.
TagResource
tagResource_resourceArn :: Lens' TagResource Text Source #
The Amazon Resource Name (ARN) of the resource that tags are added to. Batch resources that support tags are compute environments, jobs, job definitions, and job queues. ARNs for child jobs of array and multi-node parallel (MNP) jobs are not supported.
tagResource_tags :: Lens' TagResource (HashMap Text Text) Source #
The tags that you apply to the resource to help you categorize and organize your resources. Each tag consists of a key and an optional value. For more information, see Tagging Amazon Web Services Resources in Amazon Web Services General Reference.
tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int Source #
The response's http status code.
UntagResource
untagResource_resourceArn :: Lens' UntagResource Text Source #
The Amazon Resource Name (ARN) of the resource from which to delete tags. Batch resources that support tags are compute environments, jobs, job definitions, and job queues. ARNs for child jobs of array and multi-node parallel (MNP) jobs are not supported.
untagResource_tagKeys :: Lens' UntagResource (NonEmpty Text) Source #
The keys of the tags to be removed.
untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int Source #
The response's http status code.
DescribeComputeEnvironments
describeComputeEnvironments_computeEnvironments :: Lens' DescribeComputeEnvironments (Maybe [Text]) Source #
A list of up to 100 compute environment names or full Amazon Resource Name (ARN) entries.
describeComputeEnvironments_nextToken :: Lens' DescribeComputeEnvironments (Maybe Text) Source #
The nextToken
value returned from a previous paginated
DescribeComputeEnvironments
request where maxResults
was used and
the results exceeded the value of that parameter. Pagination continues
from the end of the previous results that returned the nextToken
value. This value is null
when there are no more results to return.
This token should be treated as an opaque identifier that's only used to retrieve the next items in a list and not for other programmatic purposes.
describeComputeEnvironments_maxResults :: Lens' DescribeComputeEnvironments (Maybe Int) Source #
The maximum number of cluster results returned by
DescribeComputeEnvironments
in paginated output. When this parameter
is used, DescribeComputeEnvironments
only returns maxResults
results
in a single page along with a nextToken
response element. The
remaining results of the initial request can be seen by sending another
DescribeComputeEnvironments
request with the returned nextToken
value. This value can be between 1 and 100. If this parameter isn't
used, then DescribeComputeEnvironments
returns up to 100 results and a
nextToken
value if applicable.
describeComputeEnvironmentsResponse_computeEnvironments :: Lens' DescribeComputeEnvironmentsResponse (Maybe [ComputeEnvironmentDetail]) Source #
The list of compute environments.
describeComputeEnvironmentsResponse_nextToken :: Lens' DescribeComputeEnvironmentsResponse (Maybe Text) Source #
The nextToken
value to include in a future
DescribeComputeEnvironments
request. When the results of a
DescribeJobDefinitions
request exceed maxResults
, this value can be
used to retrieve the next page of results. This value is null
when
there are no more results to return.
describeComputeEnvironmentsResponse_httpStatus :: Lens' DescribeComputeEnvironmentsResponse Int Source #
The response's http status code.
CancelJob
cancelJob_reason :: Lens' CancelJob Text Source #
A message to attach to the job that explains the reason for canceling it. This message is returned by future DescribeJobs operations on the job. This message is also recorded in the Batch activity logs.
cancelJobResponse_httpStatus :: Lens' CancelJobResponse Int Source #
The response's http status code.
Types
ArrayProperties
arrayProperties_size :: Lens' ArrayProperties (Maybe Int) Source #
The size of the array job.
ArrayPropertiesDetail
arrayPropertiesDetail_size :: Lens' ArrayPropertiesDetail (Maybe Int) Source #
The size of the array job. This parameter is returned for parent array jobs.
arrayPropertiesDetail_statusSummary :: Lens' ArrayPropertiesDetail (Maybe (HashMap Text Int)) Source #
A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.
arrayPropertiesDetail_index :: Lens' ArrayPropertiesDetail (Maybe Int) Source #
The job index within the array that's associated with this job. This parameter is returned for array job children.
ArrayPropertiesSummary
arrayPropertiesSummary_size :: Lens' ArrayPropertiesSummary (Maybe Int) Source #
The size of the array job. This parameter is returned for parent array jobs.
arrayPropertiesSummary_index :: Lens' ArrayPropertiesSummary (Maybe Int) Source #
The job index within the array that's associated with this job. This parameter is returned for children of array jobs.
AttemptContainerDetail
attemptContainerDetail_networkInterfaces :: Lens' AttemptContainerDetail (Maybe [NetworkInterface]) Source #
The network interfaces associated with the job attempt.
attemptContainerDetail_taskArn :: Lens' AttemptContainerDetail (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Amazon ECS task that's associated
with the job attempt. Each container attempt receives a task ARN when
they reach the STARTING
status.
attemptContainerDetail_containerInstanceArn :: Lens' AttemptContainerDetail (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Amazon ECS container instance that hosts the job attempt.
attemptContainerDetail_reason :: Lens' AttemptContainerDetail (Maybe Text) Source #
A short (255 max characters) human-readable string to provide additional details about a running or stopped container.
attemptContainerDetail_logStreamName :: Lens' AttemptContainerDetail (Maybe Text) Source #
The name of the CloudWatch Logs log stream associated with the
container. The log group for Batch jobs is /aws/batch/job
. Each
container attempt receives a log stream name when they reach the
RUNNING
status.
attemptContainerDetail_exitCode :: Lens' AttemptContainerDetail (Maybe Int) Source #
The exit code for the job attempt. A non-zero exit code is considered a failure.
AttemptDetail
attemptDetail_stoppedAt :: Lens' AttemptDetail (Maybe Integer) Source #
The Unix timestamp (in milliseconds) for when the attempt was stopped
(when the attempt transitioned from the RUNNING
state to a terminal
state, such as SUCCEEDED
or FAILED
).
attemptDetail_startedAt :: Lens' AttemptDetail (Maybe Integer) Source #
The Unix timestamp (in milliseconds) for when the attempt was started
(when the attempt transitioned from the STARTING
state to the
RUNNING
state).
attemptDetail_container :: Lens' AttemptDetail (Maybe AttemptContainerDetail) Source #
Details about the container in this job attempt.
attemptDetail_statusReason :: Lens' AttemptDetail (Maybe Text) Source #
A short, human-readable string to provide additional details about the current status of the job attempt.
ComputeEnvironmentDetail
computeEnvironmentDetail_status :: Lens' ComputeEnvironmentDetail (Maybe CEStatus) Source #
The current status of the compute environment (for example, CREATING
or VALID
).
computeEnvironmentDetail_state :: Lens' ComputeEnvironmentDetail (Maybe CEState) Source #
The state of the compute environment. The valid values are ENABLED
or
DISABLED
.
If the state is ENABLED
, then the 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 Batch scheduler doesn't attempt to
place jobs within the environment. Jobs in a STARTING
or RUNNING
state continue to progress normally. Managed compute environments in the
DISABLED
state don't scale out. However, they scale in to minvCpus
value after instances become idle.
computeEnvironmentDetail_computeResources :: Lens' ComputeEnvironmentDetail (Maybe ComputeResource) Source #
The compute resources defined for the compute environment. For more information, see Compute Environments in the Batch User Guide.
computeEnvironmentDetail_statusReason :: Lens' ComputeEnvironmentDetail (Maybe Text) Source #
A short, human-readable string to provide additional details about the current status of the compute environment.
computeEnvironmentDetail_type :: Lens' ComputeEnvironmentDetail (Maybe CEType) Source #
The type of the compute environment: MANAGED
or UNMANAGED
. For more
information, see
Compute Environments
in the Batch User Guide.
computeEnvironmentDetail_serviceRole :: Lens' ComputeEnvironmentDetail (Maybe Text) Source #
The service role associated with the compute environment that allows Batch to make calls to Amazon Web Services API operations on your behalf. For more information, see Batch service IAM role in the Batch User Guide.
computeEnvironmentDetail_tags :: Lens' ComputeEnvironmentDetail (Maybe (HashMap Text Text)) Source #
The tags applied to the compute environment.
computeEnvironmentDetail_computeEnvironmentName :: Lens' ComputeEnvironmentDetail Text Source #
The name of the compute environment. Up to 128 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.
computeEnvironmentDetail_computeEnvironmentArn :: Lens' ComputeEnvironmentDetail Text Source #
The Amazon Resource Name (ARN) of the compute environment.
computeEnvironmentDetail_ecsClusterArn :: Lens' ComputeEnvironmentDetail Text Source #
The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster used by the compute environment.
ComputeEnvironmentOrder
computeEnvironmentOrder_order :: Lens' ComputeEnvironmentOrder Int Source #
The order of the compute environment. Compute environments are tried in
ascending order. For example, if two compute environments are associated
with a job queue, the compute environment with a lower order
integer
value is tried for job placement first.
computeEnvironmentOrder_computeEnvironment :: Lens' ComputeEnvironmentOrder Text Source #
The Amazon Resource Name (ARN) of the compute environment.
ComputeResource
computeResource_securityGroupIds :: Lens' ComputeResource (Maybe [Text]) Source #
The Amazon EC2 security groups associated with instances launched in the
compute environment. One or more security groups must be specified,
either in securityGroupIds
or using a launch template referenced in
launchTemplate
. This parameter is required for jobs that are running
on Fargate resources and must contain at least one security group.
Fargate doesn't support launch templates. If security groups are
specified using both securityGroupIds
and launchTemplate
, the values
in securityGroupIds
are used.
computeResource_instanceTypes :: Lens' ComputeResource (Maybe [Text]) Source #
The instances types that can be launched. You can specify instance
families to launch any instance type within those families (for example,
c5
or p3
), or you can specify specific sizes within a family (such
as c5.8xlarge
). You can also choose optimal
to select instance types
(from the C4, M4, and R4 instance families) that match the demand of
your job queues.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
When you create a compute environment, the instance types that you select for the compute environment must share the same architecture. For example, you can't mix x86 and ARM instances in the same compute environment.
Currently, optimal
uses instance types from the C4, M4, and R4
instance families. In Regions that don't have instance types from those
instance families, instance types from the C5, M5. and R5 instance
families are used.
computeResource_instanceRole :: Lens' ComputeResource (Maybe Text) Source #
The Amazon ECS instance profile applied to Amazon EC2 instances in a
compute environment. You can specify the short name or full Amazon
Resource Name (ARN) of an instance profile. For example,
ecsInstanceRole
or
arn:aws:iam::<aws_account_id>:instance-profile/ecsInstanceRole
. For
more information, see
Amazon ECS Instance Role
in the Batch User Guide.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
computeResource_ec2KeyPair :: Lens' ComputeResource (Maybe Text) Source #
The Amazon EC2 key pair that's used for instances launched in the compute environment. You can use this key pair to log in to your instances with SSH.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
computeResource_minvCpus :: Lens' ComputeResource (Maybe Int) Source #
The minimum number of Amazon EC2 vCPUs that an environment should
maintain (even if the compute environment is DISABLED
).
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
computeResource_ec2Configuration :: Lens' ComputeResource (Maybe [Ec2Configuration]) Source #
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_AL1
.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
computeResource_bidPercentage :: Lens' ComputeResource (Maybe Int) Source #
The maximum percentage that a Spot Instance price can be when compared with the On-Demand price for that instance type before instances are launched. For example, if your maximum percentage is 20%, then the Spot price must be less than 20% of the current On-Demand price for that Amazon EC2 instance. You always pay the lowest (market) price and never more than your maximum percentage. If you leave this field empty, the default value is 100% of the On-Demand price.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
computeResource_spotIamFleetRole :: Lens' ComputeResource (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Amazon EC2 Spot Fleet IAM role
applied to a SPOT
compute environment. This role is required if the
allocation strategy set to BEST_FIT
or if the allocation strategy
isn't specified. For more information, see
Amazon EC2 Spot Fleet Role
in the Batch User Guide.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
To tag your Spot Instances on creation, the Spot Fleet IAM role specified here must use the newer AmazonEC2SpotFleetTaggingRole managed policy. The previously recommended AmazonEC2SpotFleetRole managed policy doesn't have the required permissions to tag Spot Instances. For more information, see Spot Instances not tagged on creation in the Batch User Guide.
computeResource_imageId :: Lens' ComputeResource (Maybe Text) Source #
The Amazon Machine Image (AMI) ID used for instances launched in the
compute environment. This parameter is overridden by the
imageIdOverride
member of the Ec2Configuration
structure.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
The AMI that you choose for a compute environment must match the architecture of the instance types that you intend to use for that compute environment. For example, if your compute environment uses A1 instance types, the compute resource AMI that you choose must support ARM instances. Amazon ECS vends both x86 and ARM versions of the Amazon ECS-optimized Amazon Linux 2 AMI. For more information, see Amazon ECS-optimized Amazon Linux 2 AMI in the Amazon Elastic Container Service Developer Guide.
computeResource_launchTemplate :: Lens' ComputeResource (Maybe LaunchTemplateSpecification) Source #
The launch template to use for your compute resources. Any other compute resource parameters that you specify in a CreateComputeEnvironment API operation override the same parameters in the launch template. You must specify either the launch template ID or launch template name in the request, but not both. For more information, see Launch Template Support in the Batch User Guide.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
computeResource_desiredvCpus :: Lens' ComputeResource (Maybe Int) Source #
The desired number of Amazon EC2 vCPUS in the compute environment. Batch modifies this value between the minimum and maximum values, based on job queue demand.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
computeResource_allocationStrategy :: Lens' ComputeResource (Maybe CRAllocationStrategy) Source #
The allocation strategy to use for the compute resource if not enough instances of the best fitting instance type can be allocated. This might be because of availability of the instance type in the Region or Amazon EC2 service limits. For more information, see Allocation Strategies in the Batch User Guide.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
- BEST_FIT (default)
- Batch selects an instance type that best fits the needs of the jobs
with a preference for the lowest-cost instance type. If additional
instances of the selected instance type aren't available, Batch
waits for the additional instances to be available. If there aren't
enough instances available, or if the user is reaching
Amazon EC2 service limits
then additional jobs aren't run until the currently running jobs
have completed. This allocation strategy keeps costs lower but can
limit scaling. If you are using Spot Fleets with
BEST_FIT
then the Spot Fleet IAM Role must be specified. - BEST_FIT_PROGRESSIVE
- Batch will select additional instance types that are large enough to meet the requirements of the jobs in the queue, with a preference for instance types with a lower cost per unit vCPU. If additional instances of the previously selected instance types aren't available, Batch will select new instance types.
- SPOT_CAPACITY_OPTIMIZED
- Batch will select one or more instance types that are large enough to meet the requirements of the jobs in the queue, with a preference for instance types that are less likely to be interrupted. This allocation strategy is only available for Spot Instance compute resources.
With both BEST_FIT_PROGRESSIVE
and SPOT_CAPACITY_OPTIMIZED
strategies, Batch might need to go above maxvCpus
to meet your
capacity requirements. In this event, Batch never exceeds maxvCpus
by
more than a single instance.
computeResource_placementGroup :: Lens' ComputeResource (Maybe Text) Source #
The Amazon EC2 placement group to associate with your compute resources. If you intend to submit multi-node parallel jobs to your compute environment, you should consider creating a cluster placement group and associate it with your compute resources. This keeps your multi-node parallel job on a logical grouping of instances within a single Availability Zone with high network flow potential. For more information, see Placement Groups in the Amazon EC2 User Guide for Linux Instances.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
computeResource_tags :: Lens' ComputeResource (Maybe (HashMap Text Text)) Source #
Key-value pair tags to be applied to EC2 resources that are launched in
the compute environment. For Batch, these take the form of "String1":
"String2", where String1 is the tag key and String2 is the tag
value−for example, { "Name": "Batch Instance - C4OnDemand" }
. This
is helpful for recognizing your Batch instances in the Amazon EC2
console. These tags can't be updated or removed after the compute
environment is created.Aany changes to these tags require that you
create a new compute environment and remove the old compute environment.
These tags aren't seen when using the Batch ListTagsForResource
API
operation.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
computeResource_type :: Lens' ComputeResource CRType Source #
The type of compute environment: EC2
, SPOT
, FARGATE
, or
FARGATE_SPOT
. For more information, see
Compute Environments
in the Batch User Guide.
If you choose SPOT
, you must also specify an Amazon EC2 Spot Fleet
role with the spotIamFleetRole
parameter. For more information, see
Amazon EC2 Spot Fleet role
in the Batch User Guide.
computeResource_maxvCpus :: Lens' ComputeResource Int Source #
The maximum number of Amazon EC2 vCPUs that a compute environment can reach.
With both BEST_FIT_PROGRESSIVE
and SPOT_CAPACITY_OPTIMIZED
allocation strategies, Batch might need to exceed maxvCpus
to meet
your capacity requirements. In this event, Batch never exceeds
maxvCpus
by more than a single instance. For example, no more than a
single instance from among those specified in your compute environment
is allocated.
computeResource_subnets :: Lens' ComputeResource [Text] Source #
The VPC subnets where the compute resources are launched. These subnets must be within the same VPC. Fargate compute resources can contain up to 16 subnets. For more information, see VPCs and Subnets in the Amazon VPC User Guide.
ComputeResourceUpdate
computeResourceUpdate_securityGroupIds :: Lens' ComputeResourceUpdate (Maybe [Text]) Source #
The Amazon EC2 security groups associated with instances launched in the compute environment. This parameter is required for Fargate compute resources, where it can contain up to 5 security groups. This can't be specified for EC2 compute resources. Providing an empty list is handled as if this parameter wasn't specified and no change is made.
computeResourceUpdate_subnets :: Lens' ComputeResourceUpdate (Maybe [Text]) Source #
The VPC subnets where the compute resources are launched. Fargate compute resources can contain up to 16 subnets. Providing an empty list will be handled as if this parameter wasn't specified and no change is made. This can't be specified for EC2 compute resources. For more information, see VPCs and Subnets in the Amazon VPC User Guide.
computeResourceUpdate_minvCpus :: Lens' ComputeResourceUpdate (Maybe Int) Source #
The minimum number of Amazon EC2 vCPUs that an environment should maintain.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
computeResourceUpdate_maxvCpus :: Lens' ComputeResourceUpdate (Maybe Int) Source #
The maximum number of Amazon EC2 vCPUs that an environment can reach.
With both BEST_FIT_PROGRESSIVE
and SPOT_CAPACITY_OPTIMIZED
allocation strategies, Batch might need to exceed maxvCpus
to meet
your capacity requirements. In this event, Batch never exceeds
maxvCpus
by more than a single instance. That is, no more than a
single instance from among those specified in your compute environment.
computeResourceUpdate_desiredvCpus :: Lens' ComputeResourceUpdate (Maybe Int) Source #
The desired number of Amazon EC2 vCPUS in the compute environment.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
ContainerDetail
containerDetail_image :: Lens' ContainerDetail (Maybe Text) Source #
The image used to start the container.
containerDetail_command :: Lens' ContainerDetail (Maybe [Text]) Source #
The command that's passed to the container.
containerDetail_secrets :: Lens' ContainerDetail (Maybe [Secret]) Source #
The secrets to pass to the container. For more information, see Specifying sensitive data in the Batch User Guide.
containerDetail_environment :: Lens' ContainerDetail (Maybe [KeyValuePair]) Source #
The environment variables to pass to a container.
Environment variables must not start with AWS_BATCH
; this naming
convention is reserved for variables that are set by the Batch service.
containerDetail_networkInterfaces :: Lens' ContainerDetail (Maybe [NetworkInterface]) Source #
The network interfaces associated with the job.
containerDetail_taskArn :: Lens' ContainerDetail (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Amazon ECS task that's associated
with the container job. Each container attempt receives a task ARN when
they reach the STARTING
status.
containerDetail_ulimits :: Lens' ContainerDetail (Maybe [Ulimit]) Source #
A list of ulimit
values to set in the container. This parameter maps
to Ulimits
in the
Create a container
section of the
Docker Remote API and the
--ulimit
option to
docker run.
This parameter isn't applicable to jobs that are running on Fargate resources.
containerDetail_containerInstanceArn :: Lens' ContainerDetail (Maybe Text) Source #
The Amazon Resource Name (ARN) of the container instance that the container is running on.
containerDetail_executionRoleArn :: Lens' ContainerDetail (Maybe Text) Source #
The Amazon Resource Name (ARN) of the execution role that Batch can assume. For more information, see Batch execution IAM role in the Batch User Guide.
containerDetail_privileged :: Lens' ContainerDetail (Maybe Bool) Source #
When this parameter is true, the container is given elevated permissions
on the host container instance (similar to the root
user). The default
value is false.
This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided, or specified as false.
containerDetail_jobRoleArn :: Lens' ContainerDetail (Maybe Text) Source #
The Amazon Resource Name (ARN) associated with the job upon execution.
containerDetail_resourceRequirements :: Lens' ContainerDetail (Maybe [ResourceRequirement]) Source #
The type and amount of resources to assign to a container. The supported
resources include GPU
, MEMORY
, and VCPU
.
containerDetail_instanceType :: Lens' ContainerDetail (Maybe Text) Source #
The instance type of the underlying host infrastructure of a multi-node parallel job.
This parameter isn't applicable to jobs that are running on Fargate resources.
containerDetail_memory :: Lens' ContainerDetail (Maybe Int) Source #
For jobs run on EC2 resources that didn't specify memory requirements
using ResourceRequirement
, the number of MiB of memory reserved for
the job. For other jobs, including all run on Fargate resources, see
resourceRequirements
.
containerDetail_user :: Lens' ContainerDetail (Maybe Text) Source #
The user name to use inside the container. This parameter maps to User
in the
Create a container
section of the
Docker Remote API and the
--user
option to
docker run.
containerDetail_logConfiguration :: Lens' ContainerDetail (Maybe LogConfiguration) Source #
The log configuration specification for the container.
This parameter maps to LogConfig
in the
Create a container
section of the
Docker Remote API and the
--log-driver
option to
docker run. By default,
containers use the same logging driver that the Docker daemon uses.
However, the container might use a different logging driver than the
Docker daemon by specifying a log driver with this parameter in the
container definition. To use a different logging driver for a container,
the log system must be configured properly on the container instance.
Or, alternatively, it must be configured on a different log server for
remote logging options. For more information on the options for
different supported log drivers, see
Configure logging drivers
in the Docker documentation.
Batch currently supports a subset of the logging drivers available to the Docker daemon (shown in the LogConfiguration data type). Additional log drivers might be available in future releases of the Amazon ECS container agent.
This parameter requires version 1.18 of the Docker Remote API or greater
on your container instance. To check the Docker Remote API version on
your container instance, log into your container instance and run the
following command: sudo docker version | grep "Server API version"
The Amazon ECS container agent running on a container instance must
register the logging drivers available on that instance with the
ECS_AVAILABLE_LOGGING_DRIVERS
environment variable before containers
placed on that instance can use these log configuration options. For
more information, see
Amazon ECS Container Agent Configuration
in the Amazon Elastic Container Service Developer Guide.
containerDetail_linuxParameters :: Lens' ContainerDetail (Maybe LinuxParameters) Source #
Linux-specific modifications that are applied to the container, such as details for device mappings.
containerDetail_reason :: Lens' ContainerDetail (Maybe Text) Source #
A short (255 max characters) human-readable string to provide additional details about a running or stopped container.
containerDetail_logStreamName :: Lens' ContainerDetail (Maybe Text) Source #
The name of the CloudWatch Logs log stream associated with the
container. The log group for Batch jobs is /aws/batch/job
. Each
container attempt receives a log stream name when they reach the
RUNNING
status.
containerDetail_mountPoints :: Lens' ContainerDetail (Maybe [MountPoint]) Source #
The mount points for data volumes in your container.
containerDetail_exitCode :: Lens' ContainerDetail (Maybe Int) Source #
The exit code to return upon completion.
containerDetail_fargatePlatformConfiguration :: Lens' ContainerDetail (Maybe FargatePlatformConfiguration) Source #
The platform configuration for jobs that are running on Fargate resources. Jobs that are running on EC2 resources must not specify this parameter.
containerDetail_vcpus :: Lens' ContainerDetail (Maybe Int) Source #
The number of vCPUs reserved for the container. For jobs that run on EC2
resources, you can specify the vCPU requirement for the job using
resourceRequirements
, but you can't specify the vCPU requirements in
both the vcpus
and resourceRequirement
object. This parameter maps
to CpuShares
in the
Create a container
section of the
Docker Remote API and the
--cpu-shares
option to
docker run. Each vCPU is
equivalent to 1,024 CPU shares. You must specify at least one vCPU. This
is required but can be specified in several places. It must be specified
for each node at least once.
This parameter isn't applicable to jobs that run on Fargate resources.
For jobs that run on Fargate resources, you must specify the vCPU
requirement for the job using resourceRequirements
.
containerDetail_readonlyRootFilesystem :: Lens' ContainerDetail (Maybe Bool) Source #
When this parameter is true, the container is given read-only access to
its root file system. This parameter maps to ReadonlyRootfs
in the
Create a container
section of the
Docker Remote API and the
--read-only
option to
docker run .
containerDetail_volumes :: Lens' ContainerDetail (Maybe [Volume]) Source #
A list of volumes associated with the job.
containerDetail_networkConfiguration :: Lens' ContainerDetail (Maybe NetworkConfiguration) Source #
The network configuration for jobs that are running on Fargate resources. Jobs that are running on EC2 resources must not specify this parameter.
ContainerOverrides
containerOverrides_command :: Lens' ContainerOverrides (Maybe [Text]) Source #
The command to send to the container that overrides the default command from the Docker image or the job definition.
containerOverrides_environment :: Lens' ContainerOverrides (Maybe [KeyValuePair]) Source #
The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the job definition.
Environment variables must not start with AWS_BATCH
; this naming
convention is reserved for variables that are set by the Batch service.
containerOverrides_resourceRequirements :: Lens' ContainerOverrides (Maybe [ResourceRequirement]) Source #
The type and amount of resources to assign to a container. This
overrides the settings in the job definition. The supported resources
include GPU
, MEMORY
, and VCPU
.
containerOverrides_instanceType :: Lens' ContainerOverrides (Maybe Text) Source #
The instance type to use for a multi-node parallel job.
This parameter isn't applicable to single-node container jobs or jobs that run on Fargate resources, and shouldn't be provided.
containerOverrides_memory :: Lens' ContainerOverrides (Maybe Int) Source #
This parameter indicates the amount of memory (in MiB) that's reserved
for the job. It overrides the memory
parameter set in the job
definition, but doesn't override any memory requirement specified in
the ResourceRequirement
structure in the job definition. To override
memory requirements that are specified in the ResourceRequirement
structure in the job definition, ResourceRequirement
must be specified
in the SubmitJob
request, with type
set to MEMORY
and value
set
to the new value.
This parameter is supported for jobs that run on EC2 resources, but
isn't supported for jobs that run on Fargate resources. For these
resources, use resourceRequirement
instead.
containerOverrides_vcpus :: Lens' ContainerOverrides (Maybe Int) Source #
This parameter indicates the number of vCPUs reserved for the
container.It overrides the vcpus
parameter that's set in the job
definition, but doesn't override any vCPU requirement specified in the
resourceRequirement
structure in the job definition. To override vCPU
requirements that are specified in the ResourceRequirement
structure
in the job definition, ResourceRequirement
must be specified in the
SubmitJob
request, with type
set to VCPU
and value
set to the
new value.
This parameter maps to CpuShares
in the
Create a container
section of the
Docker Remote API and the
--cpu-shares
option to
docker run. Each vCPU is
equivalent to 1,024 CPU shares. You must specify at least one vCPU.
This parameter is supported for jobs that run on EC2 resources, but
isn't supported for jobs that run on Fargate resources. For Fargate
resources, you can only use resourceRequirement
. For EC2 resources,
you can use either this parameter or resourceRequirement
but not both.
ContainerProperties
containerProperties_image :: Lens' ContainerProperties (Maybe Text) Source #
The image used to start a container. This string is passed directly to
the Docker daemon. Images in the Docker Hub registry are available by
default. Other repositories are specified with
repository-url/image:tag
. Up to 255 letters (uppercase and
lowercase), numbers, hyphens, underscores, colons, periods, forward
slashes, and number signs are allowed. This parameter maps to Image
in
the
Create a container
section of the
Docker Remote API and the
IMAGE
parameter of
docker run.
Docker image architecture must match the processor architecture of the compute resources that they're scheduled on. For example, ARM-based Docker images can only run on ARM-based compute resources.
- Images in Amazon ECR repositories use the full registry and
repository URI (for example,
012345678910.dkr.ecr.<region-name>.amazonaws.com/<repository-name>
). - Images in official repositories on Docker Hub use a single name (for
example,
ubuntu
ormongo
). - Images in other repositories on Docker Hub are qualified with an
organization name (for example,
amazon/amazon-ecs-agent
). - Images in other online repositories are qualified further by a
domain name (for example,
quay.io/assemblyline/ubuntu
).
containerProperties_command :: Lens' ContainerProperties (Maybe [Text]) Source #
The command that's passed to the container. This parameter maps to
Cmd
in the
Create a container
section of the
Docker Remote API and the
COMMAND
parameter to
docker run. For more
information, see
https://docs.docker.com/engine/reference/builder/#cmd.
containerProperties_secrets :: Lens' ContainerProperties (Maybe [Secret]) Source #
The secrets for the container. For more information, see Specifying sensitive data in the Batch User Guide.
containerProperties_environment :: Lens' ContainerProperties (Maybe [KeyValuePair]) Source #
The environment variables to pass to a container. This parameter maps to
Env
in the
Create a container
section of the
Docker Remote API and the
--env
option to
docker run.
We don't recommend using plaintext environment variables for sensitive information, such as credential data.
Environment variables must not start with AWS_BATCH
; this naming
convention is reserved for variables that are set by the Batch service.
containerProperties_ulimits :: Lens' ContainerProperties (Maybe [Ulimit]) Source #
A list of ulimits
to set in the container. This parameter maps to
Ulimits
in the
Create a container
section of the
Docker Remote API and the
--ulimit
option to
docker run.
This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.
containerProperties_executionRoleArn :: Lens' ContainerProperties (Maybe Text) Source #
The Amazon Resource Name (ARN) of the execution role that Batch can assume. For jobs that run on Fargate resources, you must provide an execution role. For more information, see Batch execution IAM role in the Batch User Guide.
containerProperties_privileged :: Lens' ContainerProperties (Maybe Bool) Source #
When this parameter is true, the container is given elevated permissions
on the host container instance (similar to the root
user). This
parameter maps to Privileged
in the
Create a container
section of the
Docker Remote API and the
--privileged
option to
docker run. The default
value is false.
This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided, or specified as false.
containerProperties_jobRoleArn :: Lens' ContainerProperties (Maybe Text) Source #
The Amazon Resource Name (ARN) of the IAM role that the container can assume for Amazon Web Services permissions. For more information, see IAM Roles for Tasks in the Amazon Elastic Container Service Developer Guide.
containerProperties_resourceRequirements :: Lens' ContainerProperties (Maybe [ResourceRequirement]) Source #
The type and amount of resources to assign to a container. The supported
resources include GPU
, MEMORY
, and VCPU
.
containerProperties_instanceType :: Lens' ContainerProperties (Maybe Text) Source #
The instance type to use for a multi-node parallel job. All node groups in a multi-node parallel job must use the same instance type.
This parameter isn't applicable to single-node container jobs or jobs that run on Fargate resources, and shouldn't be provided.
containerProperties_memory :: Lens' ContainerProperties (Maybe Int) Source #
This parameter indicates the memory hard limit (in MiB) for a container. If your container attempts to exceed the specified number, it's terminated. You must specify at least 4 MiB of memory for a job using this parameter. The memory hard limit can be specified in several places. It must be specified for each node at least once.
This parameter maps to Memory
in the
Create a container
section of the
Docker Remote API and the
--memory
option to
docker run.
This parameter is supported on EC2 resources but isn't supported on
Fargate resources. For Fargate resources, you should specify the memory
requirement using resourceRequirement
. You can also do this for EC2
resources.
If you're trying to maximize your resource utilization by providing your jobs as much memory as possible for a particular instance type, see Memory Management in the Batch User Guide.
containerProperties_user :: Lens' ContainerProperties (Maybe Text) Source #
The user name to use inside the container. This parameter maps to User
in the
Create a container
section of the
Docker Remote API and the
--user
option to
docker run.
containerProperties_logConfiguration :: Lens' ContainerProperties (Maybe LogConfiguration) Source #
The log configuration specification for the container.
This parameter maps to LogConfig
in the
Create a container
section of the
Docker Remote API and the
--log-driver
option to
docker run. By default,
containers use the same logging driver that the Docker daemon uses.
However the container might use a different logging driver than the
Docker daemon by specifying a log driver with this parameter in the
container definition. To use a different logging driver for a container,
the log system must be configured properly on the container instance (or
on a different log server for remote logging options). For more
information on the options for different supported log drivers, see
Configure logging drivers
in the Docker documentation.
Batch currently supports a subset of the logging drivers available to the Docker daemon (shown in the LogConfiguration data type).
This parameter requires version 1.18 of the Docker Remote API or greater
on your container instance. To check the Docker Remote API version on
your container instance, log into your container instance and run the
following command: sudo docker version | grep "Server API version"
The Amazon ECS container agent running on a container instance must
register the logging drivers available on that instance with the
ECS_AVAILABLE_LOGGING_DRIVERS
environment variable before containers
placed on that instance can use these log configuration options. For
more information, see
Amazon ECS Container Agent Configuration
in the Amazon Elastic Container Service Developer Guide.
containerProperties_linuxParameters :: Lens' ContainerProperties (Maybe LinuxParameters) Source #
Linux-specific modifications that are applied to the container, such as details for device mappings.
containerProperties_mountPoints :: Lens' ContainerProperties (Maybe [MountPoint]) Source #
The mount points for data volumes in your container. This parameter maps
to Volumes
in the
Create a container
section of the
Docker Remote API and the
--volume
option to
docker run.
containerProperties_fargatePlatformConfiguration :: Lens' ContainerProperties (Maybe FargatePlatformConfiguration) Source #
The platform configuration for jobs that are running on Fargate resources. Jobs that are running on EC2 resources must not specify this parameter.
containerProperties_vcpus :: Lens' ContainerProperties (Maybe Int) Source #
The number of vCPUs reserved for the job. Each vCPU is equivalent to
1,024 CPU shares. This parameter maps to CpuShares
in the
Create a container
section of the
Docker Remote API and the
--cpu-shares
option to
docker run. The number
of vCPUs must be specified but can be specified in several places. You
must specify it at least once for each node.
This parameter is supported on EC2 resources but isn't supported for
jobs that run on Fargate resources. For these resources, use
resourceRequirement
instead. You can use this parameter or
resourceRequirements
structure but not both.
This parameter isn't applicable to jobs that are running on Fargate
resources and shouldn't be provided. For jobs that run on Fargate
resources, you must specify the vCPU requirement for the job using
resourceRequirements
.
containerProperties_readonlyRootFilesystem :: Lens' ContainerProperties (Maybe Bool) Source #
When this parameter is true, the container is given read-only access to
its root file system. This parameter maps to ReadonlyRootfs
in the
Create a container
section of the
Docker Remote API and the
--read-only
option to docker run
.
containerProperties_volumes :: Lens' ContainerProperties (Maybe [Volume]) Source #
A list of data volumes used in a job.
containerProperties_networkConfiguration :: Lens' ContainerProperties (Maybe NetworkConfiguration) Source #
The network configuration for jobs that are running on Fargate resources. Jobs that are running on EC2 resources must not specify this parameter.
ContainerSummary
containerSummary_reason :: Lens' ContainerSummary (Maybe Text) Source #
A short (255 max characters) human-readable string to provide additional details about a running or stopped container.
containerSummary_exitCode :: Lens' ContainerSummary (Maybe Int) Source #
The exit code to return upon completion.
Device
device_containerPath :: Lens' Device (Maybe Text) Source #
The path inside the container that's used to expose the host device. By
default, the hostPath
value is used.
device_permissions :: Lens' Device (Maybe [DeviceCgroupPermission]) Source #
The explicit permissions to provide to the container for the device. By
default, the container has permissions for read
, write
, and mknod
for the device.
device_hostPath :: Lens' Device Text Source #
The path for the device on the host container instance.
EFSAuthorizationConfig
eFSAuthorizationConfig_accessPointId :: Lens' EFSAuthorizationConfig (Maybe Text) Source #
The Amazon EFS access point ID to use. If an access point is specified,
the root directory value specified in the EFSVolumeConfiguration
must
either be omitted or set to /
which will enforce the path set on the
EFS access point. If an access point is used, transit encryption must be
enabled in the EFSVolumeConfiguration
. For more information, see
Working with Amazon EFS Access Points
in the Amazon Elastic File System User Guide.
eFSAuthorizationConfig_iam :: Lens' EFSAuthorizationConfig (Maybe EFSAuthorizationConfigIAM) Source #
Whether or not to use the Batch job IAM role defined in a job definition
when mounting the Amazon EFS file system. If enabled, transit encryption
must be enabled in the EFSVolumeConfiguration
. If this parameter is
omitted, the default value of DISABLED
is used. For more information,
see
Using Amazon EFS Access Points
in the Batch User Guide. EFS IAM authorization requires that
TransitEncryption
be ENABLED
and that a JobRoleArn
is specified.
EFSVolumeConfiguration
eFSVolumeConfiguration_rootDirectory :: Lens' EFSVolumeConfiguration (Maybe Text) Source #
The directory within the Amazon EFS file system to mount as the root
directory inside the host. If this parameter is omitted, the root of the
Amazon EFS volume is used instead. Specifying /
has the same effect
as omitting this parameter. The maximum length is 4,096 characters.
If an EFS access point is specified in the authorizationConfig
, the
root directory parameter must either be omitted or set to /
, which
enforces the path set on the Amazon EFS access point.
eFSVolumeConfiguration_transitEncryption :: Lens' EFSVolumeConfiguration (Maybe EFSTransitEncryption) Source #
Determines whether to enable encryption for Amazon EFS data in transit
between the Amazon ECS host and the Amazon EFS server. Transit
encryption must be enabled if Amazon EFS IAM authorization is used. If
this parameter is omitted, the default value of DISABLED
is used. For
more information, see
Encrypting data in transit
in the Amazon Elastic File System User Guide.
eFSVolumeConfiguration_authorizationConfig :: Lens' EFSVolumeConfiguration (Maybe EFSAuthorizationConfig) Source #
The authorization configuration details for the Amazon EFS file system.
eFSVolumeConfiguration_transitEncryptionPort :: Lens' EFSVolumeConfiguration (Maybe Int) Source #
The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server. If you don't specify a transit encryption port, it uses the port selection strategy that the Amazon EFS mount helper uses. The value must be between 0 and 65,535. For more information, see EFS Mount Helper in the Amazon Elastic File System User Guide.
eFSVolumeConfiguration_fileSystemId :: Lens' EFSVolumeConfiguration Text Source #
The Amazon EFS file system ID to use.
Ec2Configuration
ec2Configuration_imageIdOverride :: Lens' Ec2Configuration (Maybe Text) Source #
The AMI ID used for instances launched in the compute environment that
match the image type. This setting overrides the imageId
set in the
computeResource
object.
ec2Configuration_imageType :: Lens' Ec2Configuration Text Source #
The image type to match with the instance type to select an AMI. If the
imageIdOverride
parameter isn't specified, then a recent
Amazon ECS-optimized AMI
(ECS_AL1
) is used. Starting on March 31, 2021, this default will be
changing to ECS_AL2
(Amazon Linux 2).
- ECS_AL2
- Amazon Linux 2−
Default for all Amazon Web Services Graviton-based instance families
(for example,
C6g
,M6g
,R6g
, andT4g
) and can be used for all non-GPU instance types. - ECS_AL2_NVIDIA
- Amazon Linux 2 (GPU)−Default
for all GPU instance families (for example
P4
andG4
) and can be used for all non Amazon Web Services Graviton-based instance types. - ECS_AL1
- Amazon Linux−Default for all non-GPU, non Amazon Web Services Graviton instance families. Amazon Linux is reaching the end-of-life of standard support. For more information, see Amazon Linux AMI.
EvaluateOnExit
evaluateOnExit_onExitCode :: Lens' EvaluateOnExit (Maybe Text) Source #
Contains a glob pattern to match against the decimal representation of
the ExitCode
returned for a job. The pattern can be up to 512
characters in length. It can contain only numbers, and can optionally
end with an asterisk (*) so that only the start of the string needs to
be an exact match.
evaluateOnExit_onReason :: Lens' EvaluateOnExit (Maybe Text) Source #
Contains a glob pattern to match against the Reason
returned for a
job. The pattern can be up to 512 characters in length. It can contain
letters, numbers, periods (.), colons (:), and white space (including
spaces and tabs). It can optionally end with an asterisk (*) so that
only the start of the string needs to be an exact match.
evaluateOnExit_onStatusReason :: Lens' EvaluateOnExit (Maybe Text) Source #
Contains a glob pattern to match against the StatusReason
returned for
a job. The pattern can be up to 512 characters in length. It can contain
letters, numbers, periods (.), colons (:), and white space (including
spaces or tabs). It can optionally end with an asterisk (*) so that only
the start of the string needs to be an exact match.
evaluateOnExit_action :: Lens' EvaluateOnExit RetryAction Source #
Specifies the action to take if all of the specified conditions
(onStatusReason
, onReason
, and onExitCode
) are met. The values
aren't case sensitive.
FargatePlatformConfiguration
fargatePlatformConfiguration_platformVersion :: Lens' FargatePlatformConfiguration (Maybe Text) Source #
The Fargate platform version where the jobs are running. A platform
version is specified only for jobs that are running on Fargate
resources. If one isn't specified, the LATEST
platform version is
used by default. This uses a recent, approved version of the Fargate
platform for compute resources. For more information, see
Fargate platform versions
in the Amazon Elastic Container Service Developer Guide.
Host
host_sourcePath :: Lens' Host (Maybe Text) Source #
The path on the host container instance that's presented to the container. If this parameter is empty, then the Docker daemon has assigned a host path for you. If this parameter contains a file location, then the data volume persists at the specified location on the host container instance until you delete it manually. If the source path location doesn't exist on the host container instance, the Docker daemon creates it. If the location does exist, the contents of the source path folder are exported.
This parameter isn't applicable to jobs that run on Fargate resources and shouldn't be provided.
JobDefinition
jobDefinition_status :: Lens' JobDefinition (Maybe Text) Source #
The status of the job definition.
jobDefinition_propagateTags :: Lens' JobDefinition (Maybe Bool) Source #
Specifies whether to propagate the tags from the job or job definition
to the corresponding Amazon ECS task. If no value is specified, the tags
aren't propagated. Tags can only be propagated to the tasks during task
creation. For tags with the same name, job tags are given priority over
job definitions tags. If the total number of combined tags from the job
and job definition is over 50, the job is moved to the FAILED
state.
jobDefinition_retryStrategy :: Lens' JobDefinition (Maybe RetryStrategy) Source #
The retry strategy to use for failed jobs that are submitted with this job definition.
jobDefinition_platformCapabilities :: Lens' JobDefinition (Maybe [PlatformCapability]) Source #
The platform capabilities required by the job definition. If no value is
specified, it defaults to EC2
. Jobs run on Fargate resources specify
FARGATE
.
jobDefinition_parameters :: Lens' JobDefinition (Maybe (HashMap Text Text)) Source #
Default parameters or parameter substitution placeholders that are set
in the job definition. Parameters are specified as a key-value pair
mapping. Parameters in a SubmitJob
request override any corresponding
parameter defaults from the job definition. For more information about
specifying parameters, see
Job Definition Parameters
in the Batch User Guide.
jobDefinition_timeout :: Lens' JobDefinition (Maybe JobTimeout) Source #
The timeout configuration for jobs that are submitted with this job definition. You can specify a timeout duration after which Batch terminates your jobs if they haven't finished.
jobDefinition_containerProperties :: Lens' JobDefinition (Maybe ContainerProperties) Source #
An object with various properties specific to container-based jobs.
jobDefinition_nodeProperties :: Lens' JobDefinition (Maybe NodeProperties) Source #
An object with various properties specific to multi-node parallel jobs.
If the job runs on Fargate resources, then you must not specify
nodeProperties
; use containerProperties
instead.
jobDefinition_tags :: Lens' JobDefinition (Maybe (HashMap Text Text)) Source #
The tags applied to the job definition.
jobDefinition_jobDefinitionName :: Lens' JobDefinition Text Source #
The name of the job definition.
jobDefinition_jobDefinitionArn :: Lens' JobDefinition Text Source #
The Amazon Resource Name (ARN) for the job definition.
jobDefinition_revision :: Lens' JobDefinition Int Source #
The revision of the job definition.
jobDefinition_type :: Lens' JobDefinition Text Source #
The type of job definition. If the job is run on Fargate resources, then
multinode
isn't supported. For more information about multi-node
parallel jobs, see
Creating a multi-node parallel job definition
in the Batch User Guide.
JobDependency
jobDependency_jobId :: Lens' JobDependency (Maybe Text) Source #
The job ID of the Batch job associated with this dependency.
jobDependency_type :: Lens' JobDependency (Maybe ArrayJobDependency) Source #
The type of the job dependency.
JobDetail
jobDetail_stoppedAt :: Lens' JobDetail (Maybe Integer) Source #
The Unix timestamp (in milliseconds) for when the job was stopped (when
the job transitioned from the RUNNING
state to a terminal state, such
as SUCCEEDED
or FAILED
).
jobDetail_propagateTags :: Lens' JobDetail (Maybe Bool) Source #
Specifies whether to propagate the tags from the job or job definition
to the corresponding Amazon ECS task. If no value is specified, the tags
aren't propagated. Tags can only be propagated to the tasks during task
creation. For tags with the same name, job tags are given priority over
job definitions tags. If the total number of combined tags from the job
and job definition is over 50, the job is moved to the FAILED
state.
jobDetail_createdAt :: Lens' JobDetail (Maybe Integer) Source #
The Unix timestamp (in milliseconds) for when the job was created. For
non-array jobs and parent array jobs, this is when the job entered the
SUBMITTED
state (at the time SubmitJob was called). For array child
jobs, this is when the child job was spawned by its parent and entered
the PENDING
state.
jobDetail_retryStrategy :: Lens' JobDetail (Maybe RetryStrategy) Source #
The retry strategy to use for this job if an attempt fails.
jobDetail_attempts :: Lens' JobDetail (Maybe [AttemptDetail]) Source #
A list of job attempts associated with this job.
jobDetail_platformCapabilities :: Lens' JobDetail (Maybe [PlatformCapability]) Source #
The platform capabilities required by the job definition. If no value is
specified, it defaults to EC2
. Jobs run on Fargate resources specify
FARGATE
.
jobDetail_startedAt :: Lens' JobDetail (Maybe Integer) Source #
The Unix timestamp (in milliseconds) for when the job was started (when
the job transitioned from the STARTING
state to the RUNNING
state).
This parameter isn't provided for child jobs of array jobs or
multi-node parallel jobs.
jobDetail_dependsOn :: Lens' JobDetail (Maybe [JobDependency]) Source #
A list of job IDs that this job depends on.
jobDetail_container :: Lens' JobDetail (Maybe ContainerDetail) Source #
An object representing the details of the container that's associated with the job.
jobDetail_nodeDetails :: Lens' JobDetail (Maybe NodeDetails) Source #
An object representing the details of a node that's associated with a multi-node parallel job.
jobDetail_parameters :: Lens' JobDetail (Maybe (HashMap Text Text)) Source #
Additional parameters passed to the job that replace parameter substitution placeholders or override any corresponding parameter defaults from the job definition.
jobDetail_statusReason :: Lens' JobDetail (Maybe Text) Source #
A short, human-readable string to provide additional details about the current status of the job.
jobDetail_arrayProperties :: Lens' JobDetail (Maybe ArrayPropertiesDetail) Source #
The array properties of the job, if it is an array job.
jobDetail_timeout :: Lens' JobDetail (Maybe JobTimeout) Source #
The timeout configuration for the job.
jobDetail_nodeProperties :: Lens' JobDetail (Maybe NodeProperties) Source #
An object representing the node properties of a multi-node parallel job.
This isn't applicable to jobs that are running on Fargate resources.
jobDetail_jobQueue :: Lens' JobDetail Text Source #
The Amazon Resource Name (ARN) of the job queue that the job is associated with.
jobDetail_status :: Lens' JobDetail JobStatus Source #
The current status for the job.
If your jobs don't progress to STARTING
, see
Jobs Stuck in RUNNABLE Status
in the troubleshooting section of the Batch User Guide.
JobQueueDetail
jobQueueDetail_status :: Lens' JobQueueDetail (Maybe JQStatus) Source #
The status of the job queue (for example, CREATING
or VALID
).
jobQueueDetail_statusReason :: Lens' JobQueueDetail (Maybe Text) Source #
A short, human-readable string to provide additional details about the current status of the job queue.
jobQueueDetail_tags :: Lens' JobQueueDetail (Maybe (HashMap Text Text)) Source #
The tags applied to the job queue. For more information, see Tagging your Batch resources in Batch User Guide.
jobQueueDetail_jobQueueName :: Lens' JobQueueDetail Text Source #
The name of the job queue.
jobQueueDetail_jobQueueArn :: Lens' JobQueueDetail Text Source #
The Amazon Resource Name (ARN) of the job queue.
jobQueueDetail_state :: Lens' JobQueueDetail JQState Source #
Describes the ability of the queue to accept new jobs. If the job queue
state is ENABLED
, it's able to accept jobs. If the job queue state is
DISABLED
, new jobs can't be added to the queue, but jobs already in
the queue can finish.
jobQueueDetail_priority :: Lens' JobQueueDetail Int Source #
The priority of the job queue. Job queues with a higher priority (or a
higher integer value for the priority
parameter) are evaluated first
when associated with the same compute environment. Priority is
determined in descending order, for example, a job queue with a priority
value of 10
is given scheduling preference over a job queue with a
priority value of 1
. All of the compute environments must be either
EC2 (EC2
or SPOT
) or Fargate (FARGATE
or FARGATE_SPOT
); EC2 and
Fargate compute environments can't be mixed.
jobQueueDetail_computeEnvironmentOrder :: Lens' JobQueueDetail [ComputeEnvironmentOrder] Source #
The compute environments that are attached to the job queue and the order that job placement is preferred. Compute environments are selected for job placement in ascending order.
JobSummary
jobSummary_stoppedAt :: Lens' JobSummary (Maybe Integer) Source #
The Unix timestamp for when the job was stopped (when the job
transitioned from the RUNNING
state to a terminal state, such as
SUCCEEDED
or FAILED
).
jobSummary_status :: Lens' JobSummary (Maybe JobStatus) Source #
The current status for the job.
jobSummary_jobArn :: Lens' JobSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the job.
jobSummary_createdAt :: Lens' JobSummary (Maybe Integer) Source #
The Unix timestamp for when the job was created. For non-array jobs and
parent array jobs, this is when the job entered the SUBMITTED
state
(at the time SubmitJob was called). For array child jobs, this is when
the child job was spawned by its parent and entered the PENDING
state.
jobSummary_startedAt :: Lens' JobSummary (Maybe Integer) Source #
The Unix timestamp for when the job was started (when the job
transitioned from the STARTING
state to the RUNNING
state).
jobSummary_container :: Lens' JobSummary (Maybe ContainerSummary) Source #
An object representing the details of the container that's associated with the job.
jobSummary_jobDefinition :: Lens' JobSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the job definition.
jobSummary_statusReason :: Lens' JobSummary (Maybe Text) Source #
A short, human-readable string to provide additional details about the current status of the job.
jobSummary_arrayProperties :: Lens' JobSummary (Maybe ArrayPropertiesSummary) Source #
The array properties of the job, if it is an array job.
jobSummary_nodeProperties :: Lens' JobSummary (Maybe NodePropertiesSummary) Source #
The node properties for a single node in a job summary list.
This isn't applicable to jobs that are running on Fargate resources.
jobSummary_jobId :: Lens' JobSummary Text Source #
The ID of the job.
jobSummary_jobName :: Lens' JobSummary Text Source #
The name of the job.
JobTimeout
jobTimeout_attemptDurationSeconds :: Lens' JobTimeout (Maybe Int) Source #
The time duration in seconds (measured from the job attempt's
startedAt
timestamp) after which Batch terminates your jobs if they
have not finished. The minimum value for the timeout is 60 seconds.
KeyValuePair
keyValuePair_value :: Lens' KeyValuePair (Maybe Text) Source #
The value of the key-value pair. For environment variables, this is the value of the environment variable.
keyValuePair_name :: Lens' KeyValuePair (Maybe Text) Source #
The name of the key-value pair. For environment variables, this is the name of the environment variable.
KeyValuesPair
keyValuesPair_values :: Lens' KeyValuesPair (Maybe [Text]) Source #
The filter values.
keyValuesPair_name :: Lens' KeyValuesPair (Maybe Text) Source #
The name of the filter. Filter names are case sensitive.
LaunchTemplateSpecification
launchTemplateSpecification_launchTemplateName :: Lens' LaunchTemplateSpecification (Maybe Text) Source #
The name of the launch template.
launchTemplateSpecification_launchTemplateId :: Lens' LaunchTemplateSpecification (Maybe Text) Source #
The ID of the launch template.
launchTemplateSpecification_version :: Lens' LaunchTemplateSpecification (Maybe Text) Source #
The version number of the launch template, $Latest
, or $Default
.
If the value is $Latest
, the latest version of the launch template is
used. If the value is $Default
, the default version of the launch
template is used.
After the compute environment is created, the launch template version
that's used isn't changed, even if the $Default
or $Latest
version
for the launch template is updated. To use a new launch template
version, create a new compute environment, add the new compute
environment to the existing job queue, remove the old compute
environment from the job queue, and delete the old compute environment.
Default: $Default
.
LinuxParameters
linuxParameters_sharedMemorySize :: Lens' LinuxParameters (Maybe Int) Source #
The value for the size (in MiB) of the /dev/shm
volume. This
parameter maps to the --shm-size
option to
docker run.
This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.
linuxParameters_initProcessEnabled :: Lens' LinuxParameters (Maybe Bool) Source #
If true, run an init
process inside the container that forwards
signals and reaps processes. This parameter maps to the --init
option
to docker run. This
parameter requires version 1.25 of the Docker Remote API or greater on
your container instance. To check the Docker Remote API version on your
container instance, log into your container instance and run the
following command: sudo docker version | grep "Server API version"
linuxParameters_tmpfs :: Lens' LinuxParameters (Maybe [Tmpfs]) Source #
The container path, mount options, and size (in MiB) of the tmpfs mount.
This parameter maps to the --tmpfs
option to
docker run.
This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.
linuxParameters_swappiness :: Lens' LinuxParameters (Maybe Int) Source #
This allows you to tune a container's memory swappiness behavior. A
swappiness
value of 0
causes swapping not to happen unless
absolutely necessary. A swappiness
value of 100
causes pages to be
swapped very aggressively. Accepted values are whole numbers between 0
and 100
. If the swappiness
parameter isn't specified, a default
value of 60
is used. If a value isn't specified for maxSwap
, then
this parameter is ignored. If maxSwap
is set to 0, the container
doesn't use swap. This parameter maps to the --memory-swappiness
option to docker run.
Consider the following when you use a per-container swap configuration.
Swap space must be enabled and allocated on the container instance for the containers to use.
The Amazon ECS optimized AMIs don't have swap enabled by default. You must enable swap on the instance to use this feature. For more information, see Instance Store Swap Volumes in the Amazon EC2 User Guide for Linux Instances or How do I allocate memory to work as swap space in an Amazon EC2 instance by using a swap file?
- The swap space parameters are only supported for job definitions using EC2 resources.
- If the
maxSwap
andswappiness
parameters are omitted from a job definition, each container will have a defaultswappiness
value of 60, and the total swap usage will be limited to two times the memory reservation of the container.
This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.
linuxParameters_devices :: Lens' LinuxParameters (Maybe [Device]) Source #
Any host devices to expose to the container. This parameter maps to
Devices
in the
Create a container
section of the
Docker Remote API and the
--device
option to
docker run.
This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.
linuxParameters_maxSwap :: Lens' LinuxParameters (Maybe Int) Source #
The total amount of swap memory (in MiB) a container can use. This
parameter is translated to the --memory-swap
option to
docker run where the
value is the sum of the container memory plus the maxSwap
value. For
more information, see
--memory-swap details
in the Docker documentation.
If a maxSwap
value of 0
is specified, the container doesn't use
swap. Accepted values are 0
or any positive integer. If the maxSwap
parameter is omitted, the container doesn't use the swap configuration
for the container instance it is running on. A maxSwap
value must be
set for the swappiness
parameter to be used.
This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.
LogConfiguration
logConfiguration_options :: Lens' LogConfiguration (Maybe (HashMap Text Text)) Source #
The configuration options to send to the log driver. This parameter
requires version 1.19 of the Docker Remote API or greater on your
container instance. To check the Docker Remote API version on your
container instance, log into your container instance and run the
following command: sudo docker version | grep "Server API version"
logConfiguration_secretOptions :: Lens' LogConfiguration (Maybe [Secret]) Source #
The secrets to pass to the log configuration. For more information, see Specifying Sensitive Data in the Batch User Guide.
logConfiguration_logDriver :: Lens' LogConfiguration LogDriver Source #
The log driver to use for the container. The valid values listed for this parameter are log drivers that the Amazon ECS container agent can communicate with by default.
The supported log drivers are awslogs
, fluentd
, gelf
, json-file
,
journald
, logentries
, syslog
, and splunk
.
Jobs that are running on Fargate resources are restricted to the
awslogs
and splunk
log drivers.
- awslogs
- Specifies the Amazon CloudWatch Logs logging driver. For more information, see Using the awslogs Log Driver in the Batch User Guide and Amazon CloudWatch Logs logging driver in the Docker documentation.
- fluentd
- Specifies the Fluentd logging driver. For more information, including usage and options, see Fluentd logging driver in the Docker documentation.
- gelf
- Specifies the Graylog Extended Format (GELF) logging driver. For more information, including usage and options, see Graylog Extended Format logging driver in the Docker documentation.
- journald
- Specifies the journald logging driver. For more information, including usage and options, see Journald logging driver in the Docker documentation.
- json-file
- Specifies the JSON file logging driver. For more information, including usage and options, see JSON File logging driver in the Docker documentation.
- splunk
- Specifies the Splunk logging driver. For more information, including usage and options, see Splunk logging driver in the Docker documentation.
- syslog
- Specifies the syslog logging driver. For more information, including usage and options, see Syslog logging driver in the Docker documentation.
If you have a custom driver that's not listed earlier that you want to work with the Amazon ECS container agent, you can fork the Amazon ECS container agent project that's available on GitHub and customize it to work with that driver. We encourage you to submit pull requests for changes that you want to have included. However, Amazon Web Services doesn't currently support running modified copies of this software.
This parameter requires version 1.18 of the Docker Remote API or greater
on your container instance. To check the Docker Remote API version on
your container instance, log into your container instance and run the
following command: sudo docker version | grep "Server API version"
MountPoint
mountPoint_containerPath :: Lens' MountPoint (Maybe Text) Source #
The path on the container where the host volume is mounted.
mountPoint_sourceVolume :: Lens' MountPoint (Maybe Text) Source #
The name of the volume to mount.
mountPoint_readOnly :: Lens' MountPoint (Maybe Bool) Source #
If this value is true
, the container has read-only access to the
volume. Otherwise, the container can write to the volume. The default
value is false
.
NetworkConfiguration
networkConfiguration_assignPublicIp :: Lens' NetworkConfiguration (Maybe AssignPublicIp) Source #
Indicates whether the job should have a public IP address. For a job that is running on Fargate resources in a private subnet to send outbound traffic to the internet (for example, to pull container images), the private subnet requires a NAT gateway be attached to route requests to the internet. For more information, see Amazon ECS task networking. The default value is "DISABLED".
NetworkInterface
networkInterface_ipv6Address :: Lens' NetworkInterface (Maybe Text) Source #
The private IPv6 address for the network interface.
networkInterface_privateIpv4Address :: Lens' NetworkInterface (Maybe Text) Source #
The private IPv4 address for the network interface.
networkInterface_attachmentId :: Lens' NetworkInterface (Maybe Text) Source #
The attachment ID for the network interface.
NodeDetails
nodeDetails_nodeIndex :: Lens' NodeDetails (Maybe Int) Source #
The node index for the node. Node index numbering begins at zero. This
index is also available on the node with the AWS_BATCH_JOB_NODE_INDEX
environment variable.
nodeDetails_isMainNode :: Lens' NodeDetails (Maybe Bool) Source #
Specifies whether the current node is the main node for a multi-node parallel job.
NodeOverrides
nodeOverrides_numNodes :: Lens' NodeOverrides (Maybe Int) Source #
The number of nodes to use with a multi-node parallel job. This value overrides the number of nodes that are specified in the job definition. To use this override:
- There must be at least one node range in your job definition that
has an open upper boundary (such as
:
orn:
). - The lower boundary of the node range specified in the job definition must be fewer than the number of nodes specified in the override.
- The main node index specified in the job definition must be fewer than the number of nodes specified in the override.
nodeOverrides_nodePropertyOverrides :: Lens' NodeOverrides (Maybe [NodePropertyOverride]) Source #
The node property overrides for the job.
NodeProperties
nodeProperties_numNodes :: Lens' NodeProperties Int Source #
The number of nodes associated with a multi-node parallel job.
nodeProperties_mainNode :: Lens' NodeProperties Int Source #
Specifies the node index for the main node of a multi-node parallel job. This node index value must be fewer than the number of nodes.
nodeProperties_nodeRangeProperties :: Lens' NodeProperties [NodeRangeProperty] Source #
A list of node ranges and their properties associated with a multi-node parallel job.
NodePropertiesSummary
nodePropertiesSummary_numNodes :: Lens' NodePropertiesSummary (Maybe Int) Source #
The number of nodes associated with a multi-node parallel job.
nodePropertiesSummary_nodeIndex :: Lens' NodePropertiesSummary (Maybe Int) Source #
The node index for the node. Node index numbering begins at zero. This
index is also available on the node with the AWS_BATCH_JOB_NODE_INDEX
environment variable.
nodePropertiesSummary_isMainNode :: Lens' NodePropertiesSummary (Maybe Bool) Source #
Specifies whether the current node is the main node for a multi-node parallel job.
NodePropertyOverride
nodePropertyOverride_containerOverrides :: Lens' NodePropertyOverride (Maybe ContainerOverrides) Source #
The overrides that should be sent to a node range.
nodePropertyOverride_targetNodes :: Lens' NodePropertyOverride Text Source #
The range of nodes, using node index values, that's used to override. A
range of 0:3
indicates nodes with index values of 0
through 3
. If
the starting range value is omitted (:n
), then 0
is used to start
the range. If the ending range value is omitted (n:
), then the highest
possible node index is used to end the range.
NodeRangeProperty
nodeRangeProperty_container :: Lens' NodeRangeProperty (Maybe ContainerProperties) Source #
The container details for the node range.
nodeRangeProperty_targetNodes :: Lens' NodeRangeProperty Text Source #
The range of nodes, using node index values. A range of 0:3
indicates
nodes with index values of 0
through 3
. If the starting range value
is omitted (:n
), then 0
is used to start the range. If the ending
range value is omitted (n:
), then the highest possible node index is
used to end the range. Your accumulative node ranges must account for
all nodes (0:n
). You can nest node ranges, for example 0:10
and
4:5
, in which case the 4:5
range properties override the 0:10
properties.
ResourceRequirement
resourceRequirement_value :: Lens' ResourceRequirement Text Source #
The quantity of the specified resource to reserve for the container. The
values vary based on the type
specified.
- type="GPU"
- The number of physical GPUs to reserve for the container. The number
of GPUs reserved for all containers in a job shouldn't exceed the
number of available GPUs on the compute resource that the job is
launched on.
GPUs are not available for jobs that are running on Fargate resources.
- type="MEMORY"
- The memory hard limit (in MiB) present to the container. This
parameter is supported for jobs that are running on EC2 resources.
If your container attempts to exceed the memory specified, the
container is terminated. This parameter maps to
Memory
in the Create a container section of the Docker Remote API and the--memory
option to docker run. You must specify at least 4 MiB of memory for a job. This is required but can be specified in several places for multi-node parallel (MNP) jobs. It must be specified for each node at least once. This parameter maps toMemory
in the Create a container section of the Docker Remote API and the--memory
option to docker run.If you're trying to maximize your resource utilization by providing your jobs as much memory as possible for a particular instance type, see Memory Management in the Batch User Guide.
For jobs that are running on Fargate resources, then
value
is the hard limit (in MiB), and must match one of the supported values and theVCPU
values must be one of the values supported for that memory value.- value = 512
VCPU
= 0.25- value = 1024
VCPU
= 0.25 or 0.5- value = 2048
VCPU
= 0.25, 0.5, or 1- value = 3072
VCPU
= 0.5, or 1- value = 4096
VCPU
= 0.5, 1, or 2- value = 5120, 6144, or 7168
VCPU
= 1 or 2- value = 8192
VCPU
= 1, 2, or 4- value = 9216, 10240, 11264, 12288, 13312, 14336, 15360, or 16384
VCPU
= 2 or 4- value = 17408, 18432, 19456, 20480, 21504, 22528, 23552, 24576, 25600, 26624, 27648, 28672, 29696, or 30720
VCPU
= 4
- type="VCPU"
- The number of vCPUs reserved for the container. This parameter maps
to
CpuShares
in the Create a container section of the Docker Remote API and the--cpu-shares
option to docker run. Each vCPU is equivalent to 1,024 CPU shares. For EC2 resources, you must specify at least one vCPU. This is required but can be specified in several places; it must be specified for each node at least once.For jobs that are running on Fargate resources, then
value
must match one of the supported values and theMEMORY
values must be one of the values supported for that VCPU value. The supported values are 0.25, 0.5, 1, 2, and 4- value = 0.25
MEMORY
= 512, 1024, or 2048- value = 0.5
MEMORY
= 1024, 2048, 3072, or 4096- value = 1
MEMORY
= 2048, 3072, 4096, 5120, 6144, 7168, or 8192- value = 2
MEMORY
= 4096, 5120, 6144, 7168, 8192, 9216, 10240, 11264, 12288, 13312, 14336, 15360, or 16384- value = 4
MEMORY
= 8192, 9216, 10240, 11264, 12288, 13312, 14336, 15360, 16384, 17408, 18432, 19456, 20480, 21504, 22528, 23552, 24576, 25600, 26624, 27648, 28672, 29696, or 30720
resourceRequirement_type :: Lens' ResourceRequirement ResourceType Source #
The type of resource to assign to a container. The supported resources
include GPU
, MEMORY
, and VCPU
.
RetryStrategy
retryStrategy_evaluateOnExit :: Lens' RetryStrategy (Maybe [EvaluateOnExit]) Source #
Array of up to 5 objects that specify conditions under which the job
should be retried or failed. If this parameter is specified, then the
attempts
parameter must also be specified.
retryStrategy_attempts :: Lens' RetryStrategy (Maybe Int) Source #
The number of times to move a job to the RUNNABLE
status. You can
specify between 1 and 10 attempts. If the value of attempts
is greater
than one, the job is retried on failure the same number of attempts as
the value.
Secret
secret_valueFrom :: Lens' Secret Text Source #
The secret to expose to the container. The supported values are either the full ARN of the Secrets Manager secret or the full ARN of the parameter in the Amazon Web Services Systems Manager Parameter Store.
If the Amazon Web Services Systems Manager Parameter Store parameter exists in the same Region as the job you're launching, then you can use either the full ARN or name of the parameter. If the parameter exists in a different Region, then the full ARN must be specified.
Tmpfs
tmpfs_mountOptions :: Lens' Tmpfs (Maybe [Text]) Source #
The list of tmpfs volume mount options.
Valid values: "defaults
" | "ro
" | "rw
" | "suid
" |
"nosuid
" | "dev
" | "nodev
" | "exec
" | "noexec
" |
"sync
" | "async
" | "dirsync
" | "remount
" | "mand
" |
"nomand
" | "atime
" | "noatime
" | "diratime
" |
"nodiratime
" | "bind
" |
"rbind" | "unbindable" | "runbindable" | "private" | "rprivate" | "shared" | "rshared" | "slave" | "rslave" | "relatime
"
| "norelatime
" | "strictatime
" | "nostrictatime
" |
"mode
" | "uid
" | "gid
" | "nr_inodes
" | "nr_blocks
" |
"mpol
"
tmpfs_containerPath :: Lens' Tmpfs Text Source #
The absolute file path in the container where the tmpfs volume is mounted.
Ulimit
Volume
volume_name :: Lens' Volume (Maybe Text) Source #
The name of the volume. Up to 255 letters (uppercase and lowercase),
numbers, hyphens, and underscores are allowed. This name is referenced
in the sourceVolume
parameter of container definition mountPoints
.
volume_efsVolumeConfiguration :: Lens' Volume (Maybe EFSVolumeConfiguration) Source #
This parameter is specified when you are using an Amazon Elastic File
System file system for job storage. Jobs that are running on Fargate
resources must specify a platformVersion
of at least 1.4.0
.
volume_host :: Lens' Volume (Maybe Host) Source #
The contents of the host
parameter determine whether your data volume
persists on the host container instance and where it is stored. If the
host parameter is empty, then the Docker daemon assigns a host path for
your data volume. However, the data isn't guaranteed to persist after
the containers associated with it stop running.
This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.