class Aws::RoboMaker::Types::DeploymentConfig
Information about a deployment configuration.
@note When making an API call, you may pass DeploymentConfig
data as a hash: { concurrent_deployment_percentage: 1, failure_threshold_percentage: 1, robot_deployment_timeout_in_seconds: 1, download_condition_file: { bucket: "S3Bucket", # required key: "S3Key", # required etag: "S3Etag", }, }
@!attribute [rw] concurrent_deployment_percentage
The percentage of robots receiving the deployment at the same time. @return [Integer]
@!attribute [rw] failure_threshold_percentage
The percentage of deployments that need to fail before stopping deployment. @return [Integer]
@!attribute [rw] robot_deployment_timeout_in_seconds
The amount of time, in seconds, to wait for deployment to a single robot to complete. Choose a time between 1 minute and 7 days. The default is 5 hours. @return [Integer]
@!attribute [rw] download_condition_file
The download condition file. @return [Types::S3Object]
@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DeploymentConfig AWS API Documentation
Constants
- SENSITIVE