We recommend new projects start with resources from the AWS provider.
aws-native.cloudformation.StackSet
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
StackSet as a resource provides one-click experience for provisioning a StackSet and StackInstances
Create StackSet Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new StackSet(name: string, args: StackSetArgs, opts?: CustomResourceOptions);@overload
def StackSet(resource_name: str,
             args: StackSetArgs,
             opts: Optional[ResourceOptions] = None)
@overload
def StackSet(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             permission_model: Optional[StackSetPermissionModel] = None,
             capabilities: Optional[Sequence[StackSetCapability]] = None,
             parameters: Optional[Sequence[StackSetParameterArgs]] = None,
             administration_role_arn: Optional[str] = None,
             description: Optional[str] = None,
             execution_role_name: Optional[str] = None,
             managed_execution: Optional[ManagedExecutionPropertiesArgs] = None,
             operation_preferences: Optional[StackSetOperationPreferencesArgs] = None,
             call_as: Optional[StackSetCallAs] = None,
             auto_deployment: Optional[StackSetAutoDeploymentArgs] = None,
             stack_instances_group: Optional[Sequence[StackSetStackInstancesArgs]] = None,
             stack_set_name: Optional[str] = None,
             tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
             template_body: Optional[str] = None,
             template_url: Optional[str] = None)func NewStackSet(ctx *Context, name string, args StackSetArgs, opts ...ResourceOption) (*StackSet, error)public StackSet(string name, StackSetArgs args, CustomResourceOptions? opts = null)
public StackSet(String name, StackSetArgs args)
public StackSet(String name, StackSetArgs args, CustomResourceOptions options)
type: aws-native:cloudformation:StackSet
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args StackSetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args StackSetArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args StackSetArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args StackSetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args StackSetArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
StackSet Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The StackSet resource accepts the following input properties:
- PermissionModel Pulumi.Aws Native. Cloud Formation. Stack Set Permission Model 
- Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED is specified.
- AdministrationRole stringArn 
- The Amazon Resource Number (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.
- AutoDeployment Pulumi.Aws Native. Cloud Formation. Inputs. Stack Set Auto Deployment 
- Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU). Specify only if PermissionModel is SERVICE_MANAGED.
- CallAs Pulumi.Aws Native. Cloud Formation. Stack Set Call As 
- Specifies the AWS account that you are acting from. By default, SELF is specified. For self-managed permissions, specify SELF; for service-managed permissions, if you are signed in to the organization's management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.
- Capabilities
List<Pulumi.Aws Native. Cloud Formation. Stack Set Capability> 
- In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for AWS CloudFormation to create the stack set and related stack instances.
- Description string
- A description of the stack set. You can use the description to identify the stack set's purpose or other important information.
- ExecutionRole stringName 
- The name of the IAM execution role to use to create the stack set. If you do not specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.
- ManagedExecution Pulumi.Aws Native. Cloud Formation. Inputs. Managed Execution Properties 
- Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
- OperationPreferences Pulumi.Aws Native. Cloud Formation. Inputs. Stack Set Operation Preferences 
- The user-specified preferences for how CloudFormation performs a stack set operation.
- Parameters
List<Pulumi.Aws Native. Cloud Formation. Inputs. Stack Set Parameter> 
- The input parameters for the stack set template.
- StackInstances List<Pulumi.Group Aws Native. Cloud Formation. Inputs. Stack Set Stack Instances> 
- A group of stack instances with parameters in some specific accounts and regions.
- StackSet stringName 
- The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
- TemplateBody string
- The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
- TemplateUrl string
- Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket.
- PermissionModel StackSet Permission Model 
- Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED is specified.
- AdministrationRole stringArn 
- The Amazon Resource Number (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.
- AutoDeployment StackSet Auto Deployment Args 
- Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU). Specify only if PermissionModel is SERVICE_MANAGED.
- CallAs StackSet Call As 
- Specifies the AWS account that you are acting from. By default, SELF is specified. For self-managed permissions, specify SELF; for service-managed permissions, if you are signed in to the organization's management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.
- Capabilities
[]StackSet Capability 
- In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for AWS CloudFormation to create the stack set and related stack instances.
- Description string
- A description of the stack set. You can use the description to identify the stack set's purpose or other important information.
- ExecutionRole stringName 
- The name of the IAM execution role to use to create the stack set. If you do not specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.
- ManagedExecution ManagedExecution Properties Args 
- Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
- OperationPreferences StackSet Operation Preferences Args 
- The user-specified preferences for how CloudFormation performs a stack set operation.
- Parameters
[]StackSet Parameter Args 
- The input parameters for the stack set template.
- StackInstances []StackGroup Set Stack Instances Args 
- A group of stack instances with parameters in some specific accounts and regions.
- StackSet stringName 
- The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
- 
TagArgs 
- The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
- TemplateBody string
- The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
- TemplateUrl string
- Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket.
- permissionModel StackSet Permission Model 
- Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED is specified.
- administrationRole StringArn 
- The Amazon Resource Number (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.
- autoDeployment StackSet Auto Deployment 
- Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU). Specify only if PermissionModel is SERVICE_MANAGED.
- callAs StackSet Call As 
- Specifies the AWS account that you are acting from. By default, SELF is specified. For self-managed permissions, specify SELF; for service-managed permissions, if you are signed in to the organization's management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.
- capabilities
List<StackSet Capability> 
- In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for AWS CloudFormation to create the stack set and related stack instances.
- description String
- A description of the stack set. You can use the description to identify the stack set's purpose or other important information.
- executionRole StringName 
- The name of the IAM execution role to use to create the stack set. If you do not specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.
- managedExecution ManagedExecution Properties 
- Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
- operationPreferences StackSet Operation Preferences 
- The user-specified preferences for how CloudFormation performs a stack set operation.
- parameters
List<StackSet Parameter> 
- The input parameters for the stack set template.
- stackInstances List<StackGroup Set Stack Instances> 
- A group of stack instances with parameters in some specific accounts and regions.
- stackSet StringName 
- The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
- List<Tag>
- The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
- templateBody String
- The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
- templateUrl String
- Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket.
- permissionModel StackSet Permission Model 
- Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED is specified.
- administrationRole stringArn 
- The Amazon Resource Number (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.
- autoDeployment StackSet Auto Deployment 
- Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU). Specify only if PermissionModel is SERVICE_MANAGED.
- callAs StackSet Call As 
- Specifies the AWS account that you are acting from. By default, SELF is specified. For self-managed permissions, specify SELF; for service-managed permissions, if you are signed in to the organization's management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.
- capabilities
StackSet Capability[] 
- In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for AWS CloudFormation to create the stack set and related stack instances.
- description string
- A description of the stack set. You can use the description to identify the stack set's purpose or other important information.
- executionRole stringName 
- The name of the IAM execution role to use to create the stack set. If you do not specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.
- managedExecution ManagedExecution Properties 
- Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
- operationPreferences StackSet Operation Preferences 
- The user-specified preferences for how CloudFormation performs a stack set operation.
- parameters
StackSet Parameter[] 
- The input parameters for the stack set template.
- stackInstances StackGroup Set Stack Instances[] 
- A group of stack instances with parameters in some specific accounts and regions.
- stackSet stringName 
- The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
- Tag[]
- The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
- templateBody string
- The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
- templateUrl string
- Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket.
- permission_model StackSet Permission Model 
- Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED is specified.
- administration_role_ strarn 
- The Amazon Resource Number (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.
- auto_deployment StackSet Auto Deployment Args 
- Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU). Specify only if PermissionModel is SERVICE_MANAGED.
- call_as StackSet Call As 
- Specifies the AWS account that you are acting from. By default, SELF is specified. For self-managed permissions, specify SELF; for service-managed permissions, if you are signed in to the organization's management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.
- capabilities
Sequence[StackSet Capability] 
- In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for AWS CloudFormation to create the stack set and related stack instances.
- description str
- A description of the stack set. You can use the description to identify the stack set's purpose or other important information.
- execution_role_ strname 
- The name of the IAM execution role to use to create the stack set. If you do not specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.
- managed_execution ManagedExecution Properties Args 
- Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
- operation_preferences StackSet Operation Preferences Args 
- The user-specified preferences for how CloudFormation performs a stack set operation.
- parameters
Sequence[StackSet Parameter Args] 
- The input parameters for the stack set template.
- stack_instances_ Sequence[Stackgroup Set Stack Instances Args] 
- A group of stack instances with parameters in some specific accounts and regions.
- stack_set_ strname 
- The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
- 
Sequence[TagArgs] 
- The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
- template_body str
- The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
- template_url str
- Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket.
- permissionModel "SERVICE_MANAGED" | "SELF_MANAGED"
- Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED is specified.
- administrationRole StringArn 
- The Amazon Resource Number (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.
- autoDeployment Property Map
- Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to the target organization or organizational unit (OU). Specify only if PermissionModel is SERVICE_MANAGED.
- callAs "SELF" | "DELEGATED_ADMIN"
- Specifies the AWS account that you are acting from. By default, SELF is specified. For self-managed permissions, specify SELF; for service-managed permissions, if you are signed in to the organization's management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.
- capabilities List<"CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND">
- In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for AWS CloudFormation to create the stack set and related stack instances.
- description String
- A description of the stack set. You can use the description to identify the stack set's purpose or other important information.
- executionRole StringName 
- The name of the IAM execution role to use to create the stack set. If you do not specify an execution role, AWS CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.
- managedExecution Property Map
- Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
- operationPreferences Property Map
- The user-specified preferences for how CloudFormation performs a stack set operation.
- parameters List<Property Map>
- The input parameters for the stack set template.
- stackInstances List<Property Map>Group 
- A group of stack instances with parameters in some specific accounts and regions.
- stackSet StringName 
- The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
- List<Property Map>
- The key-value pairs to associate with this stack set and the stacks created from it. AWS CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.
- templateBody String
- The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
- templateUrl String
- Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket.
Outputs
All input properties are implicitly available as output properties. Additionally, the StackSet resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- StackSet stringId 
- The ID of the stack set that you're creating.
- Id string
- The provider-assigned unique ID for this managed resource.
- StackSet stringId 
- The ID of the stack set that you're creating.
- id String
- The provider-assigned unique ID for this managed resource.
- stackSet StringId 
- The ID of the stack set that you're creating.
- id string
- The provider-assigned unique ID for this managed resource.
- stackSet stringId 
- The ID of the stack set that you're creating.
- id str
- The provider-assigned unique ID for this managed resource.
- stack_set_ strid 
- The ID of the stack set that you're creating.
- id String
- The provider-assigned unique ID for this managed resource.
- stackSet StringId 
- The ID of the stack set that you're creating.
Supporting Types
ManagedExecutionProperties, ManagedExecutionPropertiesArgs      
- Active bool
- When - true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.- If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting. - You can't modify your stack set's execution configuration while there are running or queued operations for that stack set. - When - false(default), StackSets performs one operation at a time in request order.
- Active bool
- When - true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.- If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting. - You can't modify your stack set's execution configuration while there are running or queued operations for that stack set. - When - false(default), StackSets performs one operation at a time in request order.
- active Boolean
- When - true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.- If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting. - You can't modify your stack set's execution configuration while there are running or queued operations for that stack set. - When - false(default), StackSets performs one operation at a time in request order.
- active boolean
- When - true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.- If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting. - You can't modify your stack set's execution configuration while there are running or queued operations for that stack set. - When - false(default), StackSets performs one operation at a time in request order.
- active bool
- When - true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.- If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting. - You can't modify your stack set's execution configuration while there are running or queued operations for that stack set. - When - false(default), StackSets performs one operation at a time in request order.
- active Boolean
- When - true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.- If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting. - You can't modify your stack set's execution configuration while there are running or queued operations for that stack set. - When - false(default), StackSets performs one operation at a time in request order.
StackSetAutoDeployment, StackSetAutoDeploymentArgs        
- Enabled bool
- If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
- RetainStacks boolOn Account Removal 
- If set to true, stack resources are retained when an account is removed from a target organization or OU. If set to false, stack resources are deleted. Specify only if Enabled is set to True.
- Enabled bool
- If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
- RetainStacks boolOn Account Removal 
- If set to true, stack resources are retained when an account is removed from a target organization or OU. If set to false, stack resources are deleted. Specify only if Enabled is set to True.
- enabled Boolean
- If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
- retainStacks BooleanOn Account Removal 
- If set to true, stack resources are retained when an account is removed from a target organization or OU. If set to false, stack resources are deleted. Specify only if Enabled is set to True.
- enabled boolean
- If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
- retainStacks booleanOn Account Removal 
- If set to true, stack resources are retained when an account is removed from a target organization or OU. If set to false, stack resources are deleted. Specify only if Enabled is set to True.
- enabled bool
- If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
- retain_stacks_ boolon_ account_ removal 
- If set to true, stack resources are retained when an account is removed from a target organization or OU. If set to false, stack resources are deleted. Specify only if Enabled is set to True.
- enabled Boolean
- If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
- retainStacks BooleanOn Account Removal 
- If set to true, stack resources are retained when an account is removed from a target organization or OU. If set to false, stack resources are deleted. Specify only if Enabled is set to True.
StackSetCallAs, StackSetCallAsArgs        
- Self
- SELF
- DelegatedAdmin 
- DELEGATED_ADMIN
- StackSet Call As Self 
- SELF
- StackSet Call As Delegated Admin 
- DELEGATED_ADMIN
- Self
- SELF
- DelegatedAdmin 
- DELEGATED_ADMIN
- Self
- SELF
- DelegatedAdmin 
- DELEGATED_ADMIN
- SELF
- SELF
- DELEGATED_ADMIN
- DELEGATED_ADMIN
- "SELF"
- SELF
- "DELEGATED_ADMIN"
- DELEGATED_ADMIN
StackSetCapability, StackSetCapabilityArgs      
- CapabilityIam 
- CAPABILITY_IAM
- CapabilityNamed Iam 
- CAPABILITY_NAMED_IAM
- CapabilityAuto Expand 
- CAPABILITY_AUTO_EXPAND
- StackSet Capability Capability Iam 
- CAPABILITY_IAM
- StackSet Capability Capability Named Iam 
- CAPABILITY_NAMED_IAM
- StackSet Capability Capability Auto Expand 
- CAPABILITY_AUTO_EXPAND
- CapabilityIam 
- CAPABILITY_IAM
- CapabilityNamed Iam 
- CAPABILITY_NAMED_IAM
- CapabilityAuto Expand 
- CAPABILITY_AUTO_EXPAND
- CapabilityIam 
- CAPABILITY_IAM
- CapabilityNamed Iam 
- CAPABILITY_NAMED_IAM
- CapabilityAuto Expand 
- CAPABILITY_AUTO_EXPAND
- CAPABILITY_IAM
- CAPABILITY_IAM
- CAPABILITY_NAMED_IAM
- CAPABILITY_NAMED_IAM
- CAPABILITY_AUTO_EXPAND
- CAPABILITY_AUTO_EXPAND
- "CAPABILITY_IAM"
- CAPABILITY_IAM
- "CAPABILITY_NAMED_IAM"
- CAPABILITY_NAMED_IAM
- "CAPABILITY_AUTO_EXPAND"
- CAPABILITY_AUTO_EXPAND
StackSetConcurrencyMode, StackSetConcurrencyModeArgs        
- StrictFailure Tolerance 
- STRICT_FAILURE_TOLERANCE
- SoftFailure Tolerance 
- SOFT_FAILURE_TOLERANCE
- StackSet Concurrency Mode Strict Failure Tolerance 
- STRICT_FAILURE_TOLERANCE
- StackSet Concurrency Mode Soft Failure Tolerance 
- SOFT_FAILURE_TOLERANCE
- StrictFailure Tolerance 
- STRICT_FAILURE_TOLERANCE
- SoftFailure Tolerance 
- SOFT_FAILURE_TOLERANCE
- StrictFailure Tolerance 
- STRICT_FAILURE_TOLERANCE
- SoftFailure Tolerance 
- SOFT_FAILURE_TOLERANCE
- STRICT_FAILURE_TOLERANCE
- STRICT_FAILURE_TOLERANCE
- SOFT_FAILURE_TOLERANCE
- SOFT_FAILURE_TOLERANCE
- "STRICT_FAILURE_TOLERANCE"
- STRICT_FAILURE_TOLERANCE
- "SOFT_FAILURE_TOLERANCE"
- SOFT_FAILURE_TOLERANCE
StackSetDeploymentTargets, StackSetDeploymentTargetsArgs        
- AccountFilter Pulumi.Type Aws Native. Cloud Formation. Stack Set Deployment Targets Account Filter Type 
- The filter type you want to apply on organizational units and accounts.
- Accounts List<string>
- AWS accounts that you want to create stack instances in the specified Region(s) for.
- AccountsUrl string
- Returns the value of the AccountsUrl property.
- OrganizationalUnit List<string>Ids 
- The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
- AccountFilter StackType Set Deployment Targets Account Filter Type 
- The filter type you want to apply on organizational units and accounts.
- Accounts []string
- AWS accounts that you want to create stack instances in the specified Region(s) for.
- AccountsUrl string
- Returns the value of the AccountsUrl property.
- OrganizationalUnit []stringIds 
- The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
- accountFilter StackType Set Deployment Targets Account Filter Type 
- The filter type you want to apply on organizational units and accounts.
- accounts List<String>
- AWS accounts that you want to create stack instances in the specified Region(s) for.
- accountsUrl String
- Returns the value of the AccountsUrl property.
- organizationalUnit List<String>Ids 
- The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
- accountFilter StackType Set Deployment Targets Account Filter Type 
- The filter type you want to apply on organizational units and accounts.
- accounts string[]
- AWS accounts that you want to create stack instances in the specified Region(s) for.
- accountsUrl string
- Returns the value of the AccountsUrl property.
- organizationalUnit string[]Ids 
- The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
- account_filter_ Stacktype Set Deployment Targets Account Filter Type 
- The filter type you want to apply on organizational units and accounts.
- accounts Sequence[str]
- AWS accounts that you want to create stack instances in the specified Region(s) for.
- accounts_url str
- Returns the value of the AccountsUrl property.
- organizational_unit_ Sequence[str]ids 
- The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
- accountFilter "NONE" | "UNION" | "INTERSECTION" | "DIFFERENCE"Type 
- The filter type you want to apply on organizational units and accounts.
- accounts List<String>
- AWS accounts that you want to create stack instances in the specified Region(s) for.
- accountsUrl String
- Returns the value of the AccountsUrl property.
- organizationalUnit List<String>Ids 
- The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
StackSetDeploymentTargetsAccountFilterType, StackSetDeploymentTargetsAccountFilterTypeArgs              
- None
- NONE
- Union
- UNION
- Intersection
- INTERSECTION
- Difference
- DIFFERENCE
- StackSet Deployment Targets Account Filter Type None 
- NONE
- StackSet Deployment Targets Account Filter Type Union 
- UNION
- StackSet Deployment Targets Account Filter Type Intersection 
- INTERSECTION
- StackSet Deployment Targets Account Filter Type Difference 
- DIFFERENCE
- None
- NONE
- Union
- UNION
- Intersection
- INTERSECTION
- Difference
- DIFFERENCE
- None
- NONE
- Union
- UNION
- Intersection
- INTERSECTION
- Difference
- DIFFERENCE
- NONE
- NONE
- UNION
- UNION
- INTERSECTION
- INTERSECTION
- DIFFERENCE
- DIFFERENCE
- "NONE"
- NONE
- "UNION"
- UNION
- "INTERSECTION"
- INTERSECTION
- "DIFFERENCE"
- DIFFERENCE
StackSetOperationPreferences, StackSetOperationPreferencesArgs        
- ConcurrencyMode Pulumi.Aws Native. Cloud Formation. Stack Set Concurrency Mode 
- Specifies how the concurrency level behaves during the operation execution. - STRICT_FAILURE_TOLERANCE: This option dynamically lowers the concurrency level to ensure the number of failed accounts never exceeds the value of- FailureToleranceCount+1. The initial actual concurrency is set to the lower of either the value of the- MaxConcurrentCount, or the value of- FailureToleranceCount+1. The actual concurrency is then reduced proportionally by the number of failures. This is the default behavior.
 - If failure tolerance or Maximum concurrent accounts are set to percentages, the behavior is similar. - SOFT_FAILURE_TOLERANCE: This option decouples- FailureToleranceCountfrom the actual concurrency. This allows stack set operations to run at the concurrency level set by the- MaxConcurrentCountvalue, or- MaxConcurrentPercentage, regardless of the number of failures.
 
- FailureTolerance intCount 
- The number of accounts, per Region, for which this operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions. - Conditional: You must specify either - FailureToleranceCountor- FailureTolerancePercentage(but not both).
- FailureTolerance intPercentage 
- The percentage of accounts, per Region, for which this stack operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions. - When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number. - Conditional: You must specify either - FailureToleranceCountor- FailureTolerancePercentage, but not both.
- MaxConcurrent intCount 
- The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of - FailureToleranceCount.- MaxConcurrentCountis at most one more than the- FailureToleranceCount.- Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. - Conditional: You must specify either - MaxConcurrentCountor- MaxConcurrentPercentage, but not both.
- MaxConcurrent intPercentage 
- The maximum percentage of accounts in which to perform this operation at one time. - When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, CloudFormation sets the number as one instead. - Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. - Conditional: You must specify either - MaxConcurrentCountor- MaxConcurrentPercentage, but not both.
- RegionConcurrency Pulumi.Type Aws Native. Cloud Formation. Stack Set Region Concurrency Type 
- The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.
- RegionOrder List<string>
- The order of the Regions where you want to perform the stack operation. - RegionOrderisn't followed if- AutoDeploymentis enabled.
- ConcurrencyMode StackSet Concurrency Mode 
- Specifies how the concurrency level behaves during the operation execution. - STRICT_FAILURE_TOLERANCE: This option dynamically lowers the concurrency level to ensure the number of failed accounts never exceeds the value of- FailureToleranceCount+1. The initial actual concurrency is set to the lower of either the value of the- MaxConcurrentCount, or the value of- FailureToleranceCount+1. The actual concurrency is then reduced proportionally by the number of failures. This is the default behavior.
 - If failure tolerance or Maximum concurrent accounts are set to percentages, the behavior is similar. - SOFT_FAILURE_TOLERANCE: This option decouples- FailureToleranceCountfrom the actual concurrency. This allows stack set operations to run at the concurrency level set by the- MaxConcurrentCountvalue, or- MaxConcurrentPercentage, regardless of the number of failures.
 
- FailureTolerance intCount 
- The number of accounts, per Region, for which this operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions. - Conditional: You must specify either - FailureToleranceCountor- FailureTolerancePercentage(but not both).
- FailureTolerance intPercentage 
- The percentage of accounts, per Region, for which this stack operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions. - When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number. - Conditional: You must specify either - FailureToleranceCountor- FailureTolerancePercentage, but not both.
- MaxConcurrent intCount 
- The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of - FailureToleranceCount.- MaxConcurrentCountis at most one more than the- FailureToleranceCount.- Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. - Conditional: You must specify either - MaxConcurrentCountor- MaxConcurrentPercentage, but not both.
- MaxConcurrent intPercentage 
- The maximum percentage of accounts in which to perform this operation at one time. - When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, CloudFormation sets the number as one instead. - Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. - Conditional: You must specify either - MaxConcurrentCountor- MaxConcurrentPercentage, but not both.
- RegionConcurrency StackType Set Region Concurrency Type 
- The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.
- RegionOrder []string
- The order of the Regions where you want to perform the stack operation. - RegionOrderisn't followed if- AutoDeploymentis enabled.
- concurrencyMode StackSet Concurrency Mode 
- Specifies how the concurrency level behaves during the operation execution. - STRICT_FAILURE_TOLERANCE: This option dynamically lowers the concurrency level to ensure the number of failed accounts never exceeds the value of- FailureToleranceCount+1. The initial actual concurrency is set to the lower of either the value of the- MaxConcurrentCount, or the value of- FailureToleranceCount+1. The actual concurrency is then reduced proportionally by the number of failures. This is the default behavior.
 - If failure tolerance or Maximum concurrent accounts are set to percentages, the behavior is similar. - SOFT_FAILURE_TOLERANCE: This option decouples- FailureToleranceCountfrom the actual concurrency. This allows stack set operations to run at the concurrency level set by the- MaxConcurrentCountvalue, or- MaxConcurrentPercentage, regardless of the number of failures.
 
- failureTolerance IntegerCount 
- The number of accounts, per Region, for which this operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions. - Conditional: You must specify either - FailureToleranceCountor- FailureTolerancePercentage(but not both).
- failureTolerance IntegerPercentage 
- The percentage of accounts, per Region, for which this stack operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions. - When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number. - Conditional: You must specify either - FailureToleranceCountor- FailureTolerancePercentage, but not both.
- maxConcurrent IntegerCount 
- The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of - FailureToleranceCount.- MaxConcurrentCountis at most one more than the- FailureToleranceCount.- Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. - Conditional: You must specify either - MaxConcurrentCountor- MaxConcurrentPercentage, but not both.
- maxConcurrent IntegerPercentage 
- The maximum percentage of accounts in which to perform this operation at one time. - When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, CloudFormation sets the number as one instead. - Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. - Conditional: You must specify either - MaxConcurrentCountor- MaxConcurrentPercentage, but not both.
- regionConcurrency StackType Set Region Concurrency Type 
- The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.
- regionOrder List<String>
- The order of the Regions where you want to perform the stack operation. - RegionOrderisn't followed if- AutoDeploymentis enabled.
- concurrencyMode StackSet Concurrency Mode 
- Specifies how the concurrency level behaves during the operation execution. - STRICT_FAILURE_TOLERANCE: This option dynamically lowers the concurrency level to ensure the number of failed accounts never exceeds the value of- FailureToleranceCount+1. The initial actual concurrency is set to the lower of either the value of the- MaxConcurrentCount, or the value of- FailureToleranceCount+1. The actual concurrency is then reduced proportionally by the number of failures. This is the default behavior.
 - If failure tolerance or Maximum concurrent accounts are set to percentages, the behavior is similar. - SOFT_FAILURE_TOLERANCE: This option decouples- FailureToleranceCountfrom the actual concurrency. This allows stack set operations to run at the concurrency level set by the- MaxConcurrentCountvalue, or- MaxConcurrentPercentage, regardless of the number of failures.
 
- failureTolerance numberCount 
- The number of accounts, per Region, for which this operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions. - Conditional: You must specify either - FailureToleranceCountor- FailureTolerancePercentage(but not both).
- failureTolerance numberPercentage 
- The percentage of accounts, per Region, for which this stack operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions. - When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number. - Conditional: You must specify either - FailureToleranceCountor- FailureTolerancePercentage, but not both.
- maxConcurrent numberCount 
- The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of - FailureToleranceCount.- MaxConcurrentCountis at most one more than the- FailureToleranceCount.- Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. - Conditional: You must specify either - MaxConcurrentCountor- MaxConcurrentPercentage, but not both.
- maxConcurrent numberPercentage 
- The maximum percentage of accounts in which to perform this operation at one time. - When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, CloudFormation sets the number as one instead. - Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. - Conditional: You must specify either - MaxConcurrentCountor- MaxConcurrentPercentage, but not both.
- regionConcurrency StackType Set Region Concurrency Type 
- The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.
- regionOrder string[]
- The order of the Regions where you want to perform the stack operation. - RegionOrderisn't followed if- AutoDeploymentis enabled.
- concurrency_mode StackSet Concurrency Mode 
- Specifies how the concurrency level behaves during the operation execution. - STRICT_FAILURE_TOLERANCE: This option dynamically lowers the concurrency level to ensure the number of failed accounts never exceeds the value of- FailureToleranceCount+1. The initial actual concurrency is set to the lower of either the value of the- MaxConcurrentCount, or the value of- FailureToleranceCount+1. The actual concurrency is then reduced proportionally by the number of failures. This is the default behavior.
 - If failure tolerance or Maximum concurrent accounts are set to percentages, the behavior is similar. - SOFT_FAILURE_TOLERANCE: This option decouples- FailureToleranceCountfrom the actual concurrency. This allows stack set operations to run at the concurrency level set by the- MaxConcurrentCountvalue, or- MaxConcurrentPercentage, regardless of the number of failures.
 
- failure_tolerance_ intcount 
- The number of accounts, per Region, for which this operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions. - Conditional: You must specify either - FailureToleranceCountor- FailureTolerancePercentage(but not both).
- failure_tolerance_ intpercentage 
- The percentage of accounts, per Region, for which this stack operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions. - When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number. - Conditional: You must specify either - FailureToleranceCountor- FailureTolerancePercentage, but not both.
- max_concurrent_ intcount 
- The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of - FailureToleranceCount.- MaxConcurrentCountis at most one more than the- FailureToleranceCount.- Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. - Conditional: You must specify either - MaxConcurrentCountor- MaxConcurrentPercentage, but not both.
- max_concurrent_ intpercentage 
- The maximum percentage of accounts in which to perform this operation at one time. - When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, CloudFormation sets the number as one instead. - Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. - Conditional: You must specify either - MaxConcurrentCountor- MaxConcurrentPercentage, but not both.
- region_concurrency_ Stacktype Set Region Concurrency Type 
- The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.
- region_order Sequence[str]
- The order of the Regions where you want to perform the stack operation. - RegionOrderisn't followed if- AutoDeploymentis enabled.
- concurrencyMode "STRICT_FAILURE_TOLERANCE" | "SOFT_FAILURE_TOLERANCE"
- Specifies how the concurrency level behaves during the operation execution. - STRICT_FAILURE_TOLERANCE: This option dynamically lowers the concurrency level to ensure the number of failed accounts never exceeds the value of- FailureToleranceCount+1. The initial actual concurrency is set to the lower of either the value of the- MaxConcurrentCount, or the value of- FailureToleranceCount+1. The actual concurrency is then reduced proportionally by the number of failures. This is the default behavior.
 - If failure tolerance or Maximum concurrent accounts are set to percentages, the behavior is similar. - SOFT_FAILURE_TOLERANCE: This option decouples- FailureToleranceCountfrom the actual concurrency. This allows stack set operations to run at the concurrency level set by the- MaxConcurrentCountvalue, or- MaxConcurrentPercentage, regardless of the number of failures.
 
- failureTolerance NumberCount 
- The number of accounts, per Region, for which this operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions. - Conditional: You must specify either - FailureToleranceCountor- FailureTolerancePercentage(but not both).
- failureTolerance NumberPercentage 
- The percentage of accounts, per Region, for which this stack operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions. - When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number. - Conditional: You must specify either - FailureToleranceCountor- FailureTolerancePercentage, but not both.
- maxConcurrent NumberCount 
- The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of - FailureToleranceCount.- MaxConcurrentCountis at most one more than the- FailureToleranceCount.- Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. - Conditional: You must specify either - MaxConcurrentCountor- MaxConcurrentPercentage, but not both.
- maxConcurrent NumberPercentage 
- The maximum percentage of accounts in which to perform this operation at one time. - When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, CloudFormation sets the number as one instead. - Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. - Conditional: You must specify either - MaxConcurrentCountor- MaxConcurrentPercentage, but not both.
- regionConcurrency "SEQUENTIAL" | "PARALLEL"Type 
- The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.
- regionOrder List<String>
- The order of the Regions where you want to perform the stack operation. - RegionOrderisn't followed if- AutoDeploymentis enabled.
StackSetParameter, StackSetParameterArgs      
- ParameterKey string
- The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
- ParameterValue string
- The input value associated with the parameter.
- ParameterKey string
- The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
- ParameterValue string
- The input value associated with the parameter.
- parameterKey String
- The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
- parameterValue String
- The input value associated with the parameter.
- parameterKey string
- The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
- parameterValue string
- The input value associated with the parameter.
- parameter_key str
- The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
- parameter_value str
- The input value associated with the parameter.
- parameterKey String
- The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
- parameterValue String
- The input value associated with the parameter.
StackSetPermissionModel, StackSetPermissionModelArgs        
- ServiceManaged 
- SERVICE_MANAGED
- SelfManaged 
- SELF_MANAGED
- StackSet Permission Model Service Managed 
- SERVICE_MANAGED
- StackSet Permission Model Self Managed 
- SELF_MANAGED
- ServiceManaged 
- SERVICE_MANAGED
- SelfManaged 
- SELF_MANAGED
- ServiceManaged 
- SERVICE_MANAGED
- SelfManaged 
- SELF_MANAGED
- SERVICE_MANAGED
- SERVICE_MANAGED
- SELF_MANAGED
- SELF_MANAGED
- "SERVICE_MANAGED"
- SERVICE_MANAGED
- "SELF_MANAGED"
- SELF_MANAGED
StackSetRegionConcurrencyType, StackSetRegionConcurrencyTypeArgs          
- Sequential
- SEQUENTIAL
- Parallel
- PARALLEL
- StackSet Region Concurrency Type Sequential 
- SEQUENTIAL
- StackSet Region Concurrency Type Parallel 
- PARALLEL
- Sequential
- SEQUENTIAL
- Parallel
- PARALLEL
- Sequential
- SEQUENTIAL
- Parallel
- PARALLEL
- SEQUENTIAL
- SEQUENTIAL
- PARALLEL
- PARALLEL
- "SEQUENTIAL"
- SEQUENTIAL
- "PARALLEL"
- PARALLEL
StackSetStackInstances, StackSetStackInstancesArgs        
- DeploymentTargets Pulumi.Aws Native. Cloud Formation. Inputs. Stack Set Deployment Targets 
- The AWS OrganizationalUnitIdsorAccountsfor which to create stack instances in the specified Regions.
- Regions List<string>
- The names of one or more Regions where you want to create stack instances using the specified AWS account(s).
- ParameterOverrides List<Pulumi.Aws Native. Cloud Formation. Inputs. Stack Set Parameter> 
- A list of stack set parameters whose values you want to override in the selected stack instances.
- DeploymentTargets StackSet Deployment Targets 
- The AWS OrganizationalUnitIdsorAccountsfor which to create stack instances in the specified Regions.
- Regions []string
- The names of one or more Regions where you want to create stack instances using the specified AWS account(s).
- ParameterOverrides []StackSet Parameter 
- A list of stack set parameters whose values you want to override in the selected stack instances.
- deploymentTargets StackSet Deployment Targets 
- The AWS OrganizationalUnitIdsorAccountsfor which to create stack instances in the specified Regions.
- regions List<String>
- The names of one or more Regions where you want to create stack instances using the specified AWS account(s).
- parameterOverrides List<StackSet Parameter> 
- A list of stack set parameters whose values you want to override in the selected stack instances.
- deploymentTargets StackSet Deployment Targets 
- The AWS OrganizationalUnitIdsorAccountsfor which to create stack instances in the specified Regions.
- regions string[]
- The names of one or more Regions where you want to create stack instances using the specified AWS account(s).
- parameterOverrides StackSet Parameter[] 
- A list of stack set parameters whose values you want to override in the selected stack instances.
- deployment_targets StackSet Deployment Targets 
- The AWS OrganizationalUnitIdsorAccountsfor which to create stack instances in the specified Regions.
- regions Sequence[str]
- The names of one or more Regions where you want to create stack instances using the specified AWS account(s).
- parameter_overrides Sequence[StackSet Parameter] 
- A list of stack set parameters whose values you want to override in the selected stack instances.
- deploymentTargets Property Map
- The AWS OrganizationalUnitIdsorAccountsfor which to create stack instances in the specified Regions.
- regions List<String>
- The names of one or more Regions where you want to create stack instances using the specified AWS account(s).
- parameterOverrides List<Property Map>
- A list of stack set parameters whose values you want to override in the selected stack instances.
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.