Class: Aws::CloudFormation::Types::ImportStacksToStackSetInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#call_asString

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`.

Returns:

  • (String)


4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
# File 'lib/aws-sdk-cloudformation/types.rb', line 4551

class ImportStacksToStackSetInput < Struct.new(
  :stack_set_name,
  :stack_ids,
  :stack_ids_url,
  :organizational_unit_ids,
  :operation_preferences,
  :operation_id,
  :call_as)
  SENSITIVE = []
  include Aws::Structure
end

#operation_idString

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.

Returns:

  • (String)


4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
# File 'lib/aws-sdk-cloudformation/types.rb', line 4551

class ImportStacksToStackSetInput < Struct.new(
  :stack_set_name,
  :stack_ids,
  :stack_ids_url,
  :organizational_unit_ids,
  :operation_preferences,
  :operation_id,
  :call_as)
  SENSITIVE = []
  include Aws::Structure
end

#operation_preferencesTypes::StackSetOperationPreferences

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

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

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



4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
# File 'lib/aws-sdk-cloudformation/types.rb', line 4551

class ImportStacksToStackSetInput < Struct.new(
  :stack_set_name,
  :stack_ids,
  :stack_ids_url,
  :organizational_unit_ids,
  :operation_preferences,
  :operation_id,
  :call_as)
  SENSITIVE = []
  include Aws::Structure
end

#organizational_unit_idsArray<String>

The list of OU ID’s to which the stacks being imported has to be mapped as deployment target.

Returns:

  • (Array<String>)


4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
# File 'lib/aws-sdk-cloudformation/types.rb', line 4551

class ImportStacksToStackSetInput < Struct.new(
  :stack_set_name,
  :stack_ids,
  :stack_ids_url,
  :organizational_unit_ids,
  :operation_preferences,
  :operation_id,
  :call_as)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idsArray<String>

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`.

Returns:

  • (Array<String>)


4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
# File 'lib/aws-sdk-cloudformation/types.rb', line 4551

class ImportStacksToStackSetInput < Struct.new(
  :stack_set_name,
  :stack_ids,
  :stack_ids_url,
  :organizational_unit_ids,
  :operation_preferences,
  :operation_id,
  :call_as)
  SENSITIVE = []
  include Aws::Structure
end

#stack_ids_urlString

The Amazon S3 URL which contains list of stack ids to be inputted.

Specify either ‘StackIds` or `StackIdsUrl`.

Returns:

  • (String)


4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
# File 'lib/aws-sdk-cloudformation/types.rb', line 4551

class ImportStacksToStackSetInput < Struct.new(
  :stack_set_name,
  :stack_ids,
  :stack_ids_url,
  :organizational_unit_ids,
  :operation_preferences,
  :operation_id,
  :call_as)
  SENSITIVE = []
  include Aws::Structure
end

#stack_set_nameString

The name of the stack set. The name must be unique in the Region where you create your stack set.

Returns:

  • (String)


4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
# File 'lib/aws-sdk-cloudformation/types.rb', line 4551

class ImportStacksToStackSetInput < Struct.new(
  :stack_set_name,
  :stack_ids,
  :stack_ids_url,
  :organizational_unit_ids,
  :operation_preferences,
  :operation_id,
  :call_as)
  SENSITIVE = []
  include Aws::Structure
end