class Aws::CloudFormation::Types::DetectStackSetDriftInput

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

data as a hash:

    {
      stack_set_name: "StackSetNameOrId", # required
      operation_preferences: {
        region_concurrency_type: "SEQUENTIAL", # accepts SEQUENTIAL, PARALLEL
        region_order: ["Region"],
        failure_tolerance_count: 1,
        failure_tolerance_percentage: 1,
        max_concurrent_count: 1,
        max_concurrent_percentage: 1,
      },
      operation_id: "ClientRequestToken",
      call_as: "SELF", # accepts SELF, DELEGATED_ADMIN
    }

@!attribute [rw] stack_set_name

The name of the stack set on which to perform the drift detection
operation.
@return [String]

@!attribute [rw] operation_preferences

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

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

[1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options
@return [Types::StackSetOperationPreferences]

@!attribute [rw] operation_id

*The ID of the stack set operation.*

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] call_as

\[Service-managed permissions\] Specifies whether you are acting as
an account administrator in the organization's management account
or as a delegated administrator in a member account.

By default, `SELF` is specified. Use `SELF` for stack sets with
self-managed permissions.

* If you are signed in to the management account, specify `SELF`.

* If you are signed in to a delegated administrator account, specify
  `DELEGATED_ADMIN`.

  Your Amazon Web Services account must be registered as a delegated
  administrator in the management account. For more information, see
  [Register a delegated administrator][1] in the *CloudFormation
  User Guide*.

[1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DetectStackSetDriftInput AWS API Documentation

Constants

SENSITIVE