Class: Aws::CloudFormation::Types::ImportStacksToStackSetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ImportStacksToStackSetInput
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#call_as ⇒ String
By default,
SELF
is specified. -
#operation_id ⇒ String
A unique, user defined, identifier for the stack set operation.
-
#operation_preferences ⇒ Types::StackSetOperationPreferences
The user-specified preferences for how CloudFormation performs a stack set operation.
-
#organizational_unit_ids ⇒ Array<String>
The list of OU ID's to which the stacks being imported has to be mapped as deployment target.
-
#stack_ids ⇒ Array<String>
The IDs of the stacks you are importing into a stack set.
-
#stack_ids_url ⇒ String
The Amazon S3 URL which contains list of stack ids to be inputted.
-
#stack_set_name ⇒ String
The name of the stack set.
Instance Attribute Details
#call_as ⇒ String
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
.
4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 |
# File 'gems/aws-sdk-cloudformation/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_id ⇒ String
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.
4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 |
# File 'gems/aws-sdk-cloudformation/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_preferences ⇒ Types::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.
4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 |
# File 'gems/aws-sdk-cloudformation/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_ids ⇒ Array<String>
The list of OU ID's to which the stacks being imported has to be mapped as deployment target.
4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 |
# File 'gems/aws-sdk-cloudformation/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 ⇒ Array<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
.
4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 |
# File 'gems/aws-sdk-cloudformation/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_url ⇒ String
The Amazon S3 URL which contains list of stack ids to be inputted.
Specify either StackIds
or StackIdsUrl
.
4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 |
# File 'gems/aws-sdk-cloudformation/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_name ⇒ String
The name of the stack set. The name must be unique in the Region where you create your stack set.
4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 |
# File 'gems/aws-sdk-cloudformation/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 |