Method: Aws::CloudFormation::Client#import_stacks_to_stack_set
- Defined in:
- lib/aws-sdk-cloudformation/client.rb
#import_stacks_to_stack_set(params = {}) ⇒ Types::ImportStacksToStackSetOutput
Import existing stacks into a new StackSets. Use the stack import operation to import up to 10 stacks into a new StackSet in the same account as the source stack or in a different administrator account and Region, by specifying the stack ID of the stack you intend to import.
5262 5263 5264 5265 |
# File 'lib/aws-sdk-cloudformation/client.rb', line 5262 def import_stacks_to_stack_set(params = {}, = {}) req = build_request(:import_stacks_to_stack_set, params) req.send_request() end |