class Aws::GreengrassV2::Types::IoTJobAbortConfig

Contains a list of criteria that define when and how to cancel a configuration deployment.

@note When making an API call, you may pass IoTJobAbortConfig

data as a hash:

    {
      criteria_list: [ # required
        {
          failure_type: "FAILED", # required, accepts FAILED, REJECTED, TIMED_OUT, ALL
          action: "CANCEL", # required, accepts CANCEL
          threshold_percentage: 1.0, # required
          min_number_of_executed_things: 1, # required
        },
      ],
    }

@!attribute [rw] criteria_list

The list of criteria that define when and how to cancel the
configuration deployment.
@return [Array<Types::IoTJobAbortCriteria>]

@see docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/IoTJobAbortConfig AWS API Documentation

Constants

SENSITIVE