End of support notice: On September 10, 2025, AWS
will discontinue support for AWS RoboMaker. After September 10, 2025, you will
no longer be able to access the AWS RoboMaker console or AWS RoboMaker resources.
For more information on transitioning to AWS Batch to help run containerized
simulations, visit this blog
post
DeploymentJob
Information about a deployment job.
Contents
- arn
-
The Amazon Resource Name (ARN) of the deployment job.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1224.
Pattern:
arn:.*
Required: No
- createdAt
-
The time, in milliseconds since the epoch, when the deployment job was created.
Type: Timestamp
Required: No
- deploymentApplicationConfigs
-
The deployment application configuration.
Type: Array of DeploymentApplicationConfig objects
Array Members: Fixed number of 1 item.
Required: No
- deploymentConfig
-
The deployment configuration.
Type: DeploymentConfig object
Required: No
- failureCode
-
The deployment job failure code.
Type: String
Valid Values:
ResourceNotFound | EnvironmentSetupError | EtagMismatch | FailureThresholdBreached | RobotDeploymentAborted | RobotDeploymentNoResponse | RobotAgentConnectionTimeout | GreengrassDeploymentFailed | InvalidGreengrassGroup | MissingRobotArchitecture | MissingRobotApplicationArchitecture | MissingRobotDeploymentResource | GreengrassGroupVersionDoesNotExist | LambdaDeleted | ExtractingBundleFailure | PreLaunchFileFailure | PostLaunchFileFailure | BadPermissionError | DownloadConditionFailed | BadLambdaAssociated | InternalServerError | RobotApplicationDoesNotExist | DeploymentFleetDoesNotExist | FleetDeploymentTimeout
Required: No
- failureReason
-
A short description of the reason why the deployment job failed.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Pattern:
.*
Required: No
- fleet
-
The Amazon Resource Name (ARN) of the fleet.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1224.
Pattern:
arn:.*
Required: No
- status
-
The status of the deployment job.
Type: String
Valid Values:
Pending | Preparing | InProgress | Failed | Succeeded | Canceled
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: