You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RoboMaker::Types::DeploymentConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeploymentConfig as input to an Aws::Client method, you can use a vanilla 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",
  },
}

Information about a deployment configuration.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#concurrent_deployment_percentageInteger

The percentage of robots receiving the deployment at the same time.

Returns:

  • (Integer)

    The percentage of robots receiving the deployment at the same time.

#download_condition_fileTypes::S3Object

The download condition file.

Returns:

#failure_threshold_percentageInteger

The percentage of deployments that need to fail before stopping deployment.

Returns:

  • (Integer)

    The percentage of deployments that need to fail before stopping deployment.

#robot_deployment_timeout_in_secondsInteger

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.

Returns:

  • (Integer)

    The amount of time, in seconds, to wait for deployment to a single robot to complete.