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

Class: Aws::CloudFormation::Types::DetectStackSetDriftInput

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

Overview

Note:

When passing DetectStackSetDriftInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  stack_set_name: "StackSetNameOrId", # required
  operation_preferences: {
    region_order: ["Region"],
    failure_tolerance_count: 1,
    failure_tolerance_percentage: 1,
    max_concurrent_count: 1,
    max_concurrent_percentage: 1,
  },
  operation_id: "ClientRequestToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#operation_idString

The ID of the stack set operation.

Returns:

  • (String)

    The ID of the stack set operation..

#operation_preferencesTypes::StackSetOperationPreferences

The user-specified preferences for how AWS CloudFormation performs a stack set operation.

For more information on maximum concurrent accounts and failure tolerance, see Stack set operation options.

Returns:

#stack_set_nameString

The name of the stack set on which to perform the drift detection operation.

Returns:

  • (String)

    The name of the stack set on which to perform the drift detection operation.