AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the ImportStacksToStackSet operation. 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.
Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z
public class ImportStacksToStackSetRequest : AmazonCloudFormationRequest IAmazonWebServiceRequest
The ImportStacksToStackSetRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
ImportStacksToStackSetRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
CallAs | Amazon.CloudFormation.CallAs |
Gets and sets the property CallAs.
By default,
|
![]() |
OperationId | System.String |
Gets and sets the property OperationId. A unique, user defined, identifier for the stack set operation. |
![]() |
OperationPreferences | Amazon.CloudFormation.Model.StackSetOperationPreferences |
Gets and sets the property OperationPreferences. 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. |
![]() |
OrganizationalUnitIds | System.Collections.Generic.List<System.String> |
Gets and sets the property OrganizationalUnitIds. The list of OU ID's to which the stacks being imported has to be mapped as deployment target. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
StackIds | System.Collections.Generic.List<System.String> |
Gets and sets the property StackIds. 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 |
![]() |
StackIdsUrl | System.String |
Gets and sets the property StackIdsUrl. The Amazon S3 URL which contains list of stack ids to be inputted.
Specify either |
![]() |
StackSetName | System.String |
Gets and sets the property StackSetName. The name of the stack set. The name must be unique in the Region where you create your stack set. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer