class Aws::CloudFormation::Types::ImportStacksToStackSetInput
@note When making an API call, you may pass ImportStacksToStackSetInput
data as a hash: { stack_set_name: "StackSetNameOrId", # required stack_ids: ["StackId"], stack_ids_url: "StackIdsUrl", organizational_unit_ids: ["OrganizationalUnitId"], 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. The name must be unique in the Region where you create your stack set. @return [String]
@!attribute [rw] stack_ids
The IDs of the stacks you are importing into a stack set. You import up to 10 stacks per stack set at a time. Specify either `StackIds` or `StackIdsUrl`. @return [Array<String>]
@!attribute [rw] stack_ids_url
The Amazon S3 URL which contains list of stack ids to be inputted. Specify either `StackIds` or `StackIdsUrl`. @return [String]
@!attribute [rw] organizational_unit_ids
The list of OU ID's to which the stacks being imported has to be mapped as deployment target. @return [Array<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
A unique, user defined, identifier for 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
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`. * For service managed stack sets, specify `DELEGATED_ADMIN`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ImportStacksToStackSetInput AWS API Documentation
Constants
- SENSITIVE