| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnStackSet.Builder |
CfnStackSet.Builder.administrationRoleArn(String administrationRoleArn)
The Amazon Resource Number (ARN) of the IAM role to use to create this stack set.
|
CfnStackSet.Builder |
CfnStackSet.Builder.autoDeployment(CfnStackSet.AutoDeploymentProperty autoDeployment)
[ `Service-managed` permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
|
CfnStackSet.Builder |
CfnStackSet.Builder.autoDeployment(IResolvable autoDeployment)
[ `Service-managed` permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
|
CfnStackSet.Builder |
CfnStackSet.Builder.callAs(String callAs)
[Service-managed permissions] 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 |
CfnStackSet.Builder.capabilities(List<String> capabilities)
The capabilities that are allowed in the stack set.
|
static CfnStackSet.Builder |
CfnStackSet.Builder.create(software.constructs.Construct scope,
String id) |
CfnStackSet.Builder |
CfnStackSet.Builder.description(String description)
A description of the stack set.
|
CfnStackSet.Builder |
CfnStackSet.Builder.executionRoleName(String executionRoleName)
The name of the IAM execution role to use to create the stack set.
|
CfnStackSet.Builder |
CfnStackSet.Builder.managedExecution(Object managedExecution)
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
|
CfnStackSet.Builder |
CfnStackSet.Builder.operationPreferences(CfnStackSet.OperationPreferencesProperty operationPreferences)
The user-specified preferences for how AWS CloudFormation performs a stack set operation.
|
CfnStackSet.Builder |
CfnStackSet.Builder.operationPreferences(IResolvable operationPreferences)
The user-specified preferences for how AWS CloudFormation performs a stack set operation.
|
CfnStackSet.Builder |
CfnStackSet.Builder.parameters(IResolvable parameters)
The input parameters for the stack set template.
|
CfnStackSet.Builder |
CfnStackSet.Builder.parameters(List<? extends Object> parameters)
The input parameters for the stack set template.
|
CfnStackSet.Builder |
CfnStackSet.Builder.permissionModel(String permissionModel)
Describes how the IAM roles required for stack set operations are created.
|
CfnStackSet.Builder |
CfnStackSet.Builder.stackInstancesGroup(IResolvable stackInstancesGroup)
A group of stack instances with parameters in some specific accounts and Regions.
|
CfnStackSet.Builder |
CfnStackSet.Builder.stackInstancesGroup(List<? extends Object> stackInstancesGroup)
A group of stack instances with parameters in some specific accounts and Regions.
|
CfnStackSet.Builder |
CfnStackSet.Builder.stackSetName(String stackSetName)
The name to associate with the stack set.
|
CfnStackSet.Builder |
CfnStackSet.Builder.tags(List<? extends CfnTag> tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
CfnStackSet.Builder |
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 |
CfnStackSet.Builder.templateUrl(String templateUrl)
Location of file containing the template body.
|
Copyright © 2022. All rights reserved.