Uses of Class
software.amazon.awscdk.services.cloudformation.CfnStackSet.Builder
Packages that use CfnStackSet.Builder
Package
Description
AWS CloudFormation Construct Library
-
Uses of CfnStackSet.Builder in software.amazon.awscdk.services.cloudformation
Methods in software.amazon.awscdk.services.cloudformation that return CfnStackSet.BuilderModifier and TypeMethodDescriptionCfnStackSet.Builder.administrationRoleArn
(String administrationRoleArn) The Amazon Resource Number (ARN) of the IAM role to use to create this StackSet.CfnStackSet.Builder.autoDeployment
(IResolvable autoDeployment) Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).CfnStackSet.Builder.autoDeployment
(CfnStackSet.AutoDeploymentProperty autoDeployment) Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.CfnStackSet.Builder.capabilities
(List<String> capabilities) The capabilities that are allowed in the StackSet.static CfnStackSet.Builder
CfnStackSet.Builder.description
(String description) A description of the StackSet.CfnStackSet.Builder.executionRoleName
(String executionRoleName) The name of the IAM execution role to use to create the StackSet.CfnStackSet.Builder.managedExecution
(Object managedExecution) Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.CfnStackSet.Builder.operationPreferences
(IResolvable operationPreferences) The user-specified preferences for how CloudFormation performs a StackSet operation.CfnStackSet.Builder.operationPreferences
(CfnStackSet.OperationPreferencesProperty operationPreferences) The user-specified preferences for how CloudFormation performs a StackSet operation.CfnStackSet.Builder.parameters
(List<? extends Object> parameters) The input parameters for the StackSet template.CfnStackSet.Builder.parameters
(IResolvable parameters) The input parameters for the StackSet template.CfnStackSet.Builder.permissionModel
(String permissionModel) Describes how the IAM roles required for StackSet operations are created.CfnStackSet.Builder.stackInstancesGroup
(List<? extends Object> stackInstancesGroup) A group of stack instances with parameters in some specific accounts and Regions.CfnStackSet.Builder.stackInstancesGroup
(IResolvable stackInstancesGroup) A group of stack instances with parameters in some specific accounts and Regions.CfnStackSet.Builder.stackSetName
(String stackSetName) The name to associate with the StackSet.Key-value pairs to associate with this stack.CfnStackSet.Builder.templateBody
(String templateBody) The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.CfnStackSet.Builder.templateUrl
(String templateUrl) The URL of a file that contains the template body.