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.

[Service-managed permissions] The Organizations accounts to which StackSets deploys. StackSets doesn't deploy stack instances to the organization management account, even if the organization management account is in your organization or in an OU in your organization.

For update operations, you can specify either Accounts or OrganizationalUnitIds. For create and delete operations, specify OrganizationalUnitIds.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.DeploymentTargets

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

Syntax

C#
public class DeploymentTargets

The DeploymentTargets type exposes the following members

Constructors

NameDescription
Public Method DeploymentTargets()

Properties

NameTypeDescription
Public Property AccountFilterType Amazon.CloudFormation.AccountFilterType

Gets and sets the property AccountFilterType.

Limit deployment targets to individual accounts or include additional accounts with provided OUs.

The following is a list of possible values for the AccountFilterType operation.

  • INTERSECTION: StackSets deploys to the accounts specified in Accounts parameter.

  • DIFFERENCE: StackSets excludes the accounts specified in Accounts parameter. This enables user to avoid certain accounts within an OU such as suspended accounts.

  • UNION: StackSets includes additional accounts deployment targets.

    This is the default value if AccountFilterType is not provided. This enables user to update an entire OU and individual accounts from a different OU in one request, which used to be two separate requests.

  • NONE: Deploys to all the accounts in specified organizational units (OU).

Public Property Accounts System.Collections.Generic.List<System.String>

Gets and sets the property Accounts.

The names of one or more Amazon Web Services accounts for which you want to deploy stack set updates.

Public Property AccountsUrl System.String

Gets and sets the property AccountsUrl.

Returns the value of the AccountsUrl property.

Public Property OrganizationalUnitIds System.Collections.Generic.List<System.String>

Gets and sets the property OrganizationalUnitIds.

The organization root ID or organizational unit (OU) IDs to which StackSets deploys.

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