Class: Aws::CloudFormation::Types::ImportStacksToStackSetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ImportStacksToStackSetInput
- Includes:
- Structure
- Defined in:
- 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`.
3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3954 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.
3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3954 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].
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options
3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3954 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.
3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3954 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`.
3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3954 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`.
3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3954 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.
3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3954 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 |