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 CreateStackSet operation. Creates a stack set.
Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z
public class CreateStackSetRequest : AmazonCloudFormationRequest IAmazonWebServiceRequest
The CreateStackSetRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateStackSetRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
AdministrationRoleARN | System.String |
Gets and sets the property AdministrationRoleARN. The Amazon Resource Name (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see Grant self-managed permissions in the CloudFormation User Guide.
Valid only if the permissions model is |
![]() |
AutoDeployment | Amazon.CloudFormation.Model.AutoDeployment |
Gets and sets the property AutoDeployment. Describes whether StackSets automatically deploys to Organizations accounts that are added to the target organization or organizational unit (OU). For more information, see Manage automatic deployments for CloudFormation StackSets that use service-managed permissions in the CloudFormation User Guide.
Required if the permissions model is |
![]() |
CallAs | Amazon.CloudFormation.CallAs |
Gets and sets the property CallAs. Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
By default,
Stack sets with service-managed permissions are created in the management account, including stack sets that are created by delegated administrators.
Valid only if the permissions model is |
![]() |
Capabilities | System.Collections.Generic.List<System.String> |
Gets and sets the property Capabilities. In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for CloudFormation to create the stack set and related stack instances.
|
![]() |
ClientRequestToken | System.String |
Gets and sets the property ClientRequestToken.
A unique identifier for this If you don't specify an operation ID, the SDK generates one automatically. |
![]() |
Description | System.String |
Gets and sets the property Description. A description of the stack set. You can use the description to identify the stack set's purpose or other important information. |
![]() |
ExecutionRoleName | System.String |
Gets and sets the property ExecutionRoleName.
The name of the IAM execution role to use to create the stack set. If you do not specify
an execution role, CloudFormation uses the Specify an IAM role only if you are using customized execution roles to control which stack resources users and groups can include in their stack sets.
Valid only if the permissions model is |
![]() |
ManagedExecution | Amazon.CloudFormation.Model.ManagedExecution |
Gets and sets the property ManagedExecution. Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations. |
![]() |
Parameters | System.Collections.Generic.List<Amazon.CloudFormation.Model.Parameter> |
Gets and sets the property Parameters. The input parameters for the stack set template. 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. |
![]() |
PermissionModel | Amazon.CloudFormation.PermissionModels |
Gets and sets the property PermissionModel.
Describes how the IAM roles required for stack set operations are created. By default,
|
![]() |
StackId | System.String |
Gets and sets the property StackId. The stack ID you are importing into a new stack set. Specify the Amazon Resource Name (ARN) of the stack. |
![]() |
StackSetName | System.String |
Gets and sets the property StackSetName. The name to associate with the stack set. The name must be unique in the Region where you create your stack set. A stack name can contain only alphanumeric characters (case-sensitive) and hyphens. It must start with an alphabetic character and can't be longer than 128 characters. |
![]() |
Tags | System.Collections.Generic.List<Amazon.CloudFormation.Model.Tag> |
Gets and sets the property Tags. The key-value pairs to associate with this stack set and the stacks created from it. CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
If you specify tags as part of a |
![]() |
TemplateBody | System.String |
Gets and sets the property TemplateBody. The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
Conditional: You must specify either the |
![]() |
TemplateURL | System.String |
Gets and sets the property TemplateURL.
The URL of a file that contains the template body. The URL must point to a template
(maximum size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document.
The location for an Amazon S3 bucket must start with
Conditional: You must specify either the |
.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