Skip to content

/AWS1/CL_FRM=>IMPORTSTACKSTOSTACKSET()

About ImportStacksToStackSet

Import existing stacks into a new stack sets. Use the stack import operation to import up to 10 stacks into a new stack set 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.

Method Signature

IMPORTING

Required arguments:

IV_STACKSETNAME TYPE /AWS1/FRMSTACKSETNAMEORID /AWS1/FRMSTACKSETNAMEORID

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

Optional arguments:

IT_STACKIDS TYPE /AWS1/CL_FRMSTACKIDLIST_W=>TT_STACKIDLIST TT_STACKIDLIST

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.

IV_STACKIDSURL TYPE /AWS1/FRMSTACKIDSURL /AWS1/FRMSTACKIDSURL

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

Specify either StackIds or StackIdsUrl.

IT_ORGANIZATIONALUNITIDS TYPE /AWS1/CL_FRMORGALUNITIDLIST_W=>TT_ORGANIZATIONALUNITIDLIST TT_ORGANIZATIONALUNITIDLIST

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

IO_OPERATIONPREFERENCES TYPE REF TO /AWS1/CL_FRMSTACKSETOPPREFER00 /AWS1/CL_FRMSTACKSETOPPREFER00

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.

IV_OPERATIONID TYPE /AWS1/FRMCLIENTREQUESTTOKEN /AWS1/FRMCLIENTREQUESTTOKEN

A unique, user defined, identifier for the stack set operation.

IV_CALLAS TYPE /AWS1/FRMCALLAS /AWS1/FRMCALLAS

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.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_FRMIMPSTACKSTOSTACK01 /AWS1/CL_FRMIMPSTACKSTOSTACK01