Class: Aws::GreengrassV2::Types::DeploymentIoTJobConfiguration

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

Overview

Contains information about an IoT job configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#abort_configTypes::IoTJobAbortConfig

The stop configuration for the job. This configuration defines when and how to stop a job rollout.



1114
1115
1116
1117
1118
1119
1120
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1114

class DeploymentIoTJobConfiguration < Struct.new(
  :job_executions_rollout_config,
  :abort_config,
  :timeout_config)
  SENSITIVE = []
  include Aws::Structure
end

#job_executions_rollout_configTypes::IoTJobExecutionsRolloutConfig

The rollout configuration for the job. This configuration defines the rate at which the job rolls out to the fleet of target devices.



1114
1115
1116
1117
1118
1119
1120
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1114

class DeploymentIoTJobConfiguration < Struct.new(
  :job_executions_rollout_config,
  :abort_config,
  :timeout_config)
  SENSITIVE = []
  include Aws::Structure
end

#timeout_configTypes::IoTJobTimeoutConfig

The timeout configuration for the job. This configuration defines the amount of time each device has to complete the job.



1114
1115
1116
1117
1118
1119
1120
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1114

class DeploymentIoTJobConfiguration < Struct.new(
  :job_executions_rollout_config,
  :abort_config,
  :timeout_config)
  SENSITIVE = []
  include Aws::Structure
end