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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

Information about a deployment configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#concurrent_deployment_percentageInteger

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

Returns:

  • (Integer)


1749
1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1749

class DeploymentConfig < Struct.new(
  :concurrent_deployment_percentage,
  :failure_threshold_percentage,
  :robot_deployment_timeout_in_seconds,
  :download_condition_file)
  SENSITIVE = []
  include Aws::Structure
end

#download_condition_fileTypes::S3Object

The download condition file.

Returns:



1749
1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1749

class DeploymentConfig < Struct.new(
  :concurrent_deployment_percentage,
  :failure_threshold_percentage,
  :robot_deployment_timeout_in_seconds,
  :download_condition_file)
  SENSITIVE = []
  include Aws::Structure
end

#failure_threshold_percentageInteger

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

Returns:

  • (Integer)


1749
1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1749

class DeploymentConfig < Struct.new(
  :concurrent_deployment_percentage,
  :failure_threshold_percentage,
  :robot_deployment_timeout_in_seconds,
  :download_condition_file)
  SENSITIVE = []
  include Aws::Structure
end

#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)


1749
1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1749

class DeploymentConfig < Struct.new(
  :concurrent_deployment_percentage,
  :failure_threshold_percentage,
  :robot_deployment_timeout_in_seconds,
  :download_condition_file)
  SENSITIVE = []
  include Aws::Structure
end