Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless
BatchContainerOverrides is a JSON Structure definition published by Amazon EventBridge Pipes, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-pipes/refs/heads/main/json-structure/amazon-eventbridge-pipes-batch-container-overrides-structure.json",
"name": "BatchContainerOverrides",
"description": "The overrides that are sent to a container.",
"type": "object",
"properties": {
"Command": {
"allOf": [
{
"$ref": "#/components/schemas/StringList"
},
{
"description": "The command to send to the container that overrides the default command from the Docker image or the task definition."
}
]
},
"Environment": {
"allOf": [
{
"$ref": "#/components/schemas/BatchEnvironmentVariableList"
},
{
"description": "<p>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 task definition.</p> <note> <p>Environment variables cannot start with \"<code>Batch</code>\". This naming convention is reserved for variables that Batch sets.</p> </note>"
}
]
},
"InstanceType": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "<p>The instance type to use for a multi-node parallel job.</p> <note> <p>This parameter isn't applicable to single-node container jobs or jobs that run on Fargate resources, and shouldn't be provided.</p> </note>"
}
]
},
"ResourceRequirements": {
"allOf": [
{
"$ref": "#/components/schemas/BatchResourceRequirementsList"
},
{
"description": "The type and amount of resources to assign to a container. This overrides the settings in the job definition. The supported resources include <code>GPU</code>, <code>MEMORY</code>, and <code>VCPU</code>."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.