AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudFormation.AmazonCloudFormationRequest
      Amazon.CloudFormation.Model.ImportStacksToStackSetRequest

Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z

Syntax

C#
public class ImportStacksToStackSetRequest : AmazonCloudFormationRequest
         IAmazonWebServiceRequest

The ImportStacksToStackSetRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CallAs Amazon.CloudFormation.CallAs

Gets and sets the property CallAs.

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.

Public Property OperationId System.String

Gets and sets the property OperationId.

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

Public Property 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.

Public Property 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.

Public Property 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 StackIds or StackIdsUrl.

Public Property StackIdsUrl System.String

Gets and sets the property StackIdsUrl.

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

Specify either StackIds or StackIdsUrl.

Public Property 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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5