| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
CloudFormationDeployStackSetAction.Builder |
CloudFormationDeployStackSetAction.Builder.actionName(String actionName)
The physical, human-readable name of the Action.
|
CloudFormationDeployStackSetAction.Builder |
CloudFormationDeployStackSetAction.Builder.cfnCapabilities(List<? extends CfnCapabilities> cfnCapabilities)
Indicates that the template can create and update resources, depending on the types of resources in the template.
|
static CloudFormationDeployStackSetAction.Builder |
CloudFormationDeployStackSetAction.Builder.create() |
CloudFormationDeployStackSetAction.Builder |
CloudFormationDeployStackSetAction.Builder.deploymentModel(StackSetDeploymentModel deploymentModel)
Determines how IAM roles are created and managed.
|
CloudFormationDeployStackSetAction.Builder |
CloudFormationDeployStackSetAction.Builder.description(String description)
A description of the stack set.
|
CloudFormationDeployStackSetAction.Builder |
CloudFormationDeployStackSetAction.Builder.failureTolerancePercentage(Number failureTolerancePercentage)
The percentage of accounts per Region for which this stack operation can fail before AWS CloudFormation stops the operation in that Region.
|
CloudFormationDeployStackSetAction.Builder |
CloudFormationDeployStackSetAction.Builder.maxAccountConcurrencyPercentage(Number maxAccountConcurrencyPercentage)
The maximum percentage of accounts in which to perform this operation at one time.
|
CloudFormationDeployStackSetAction.Builder |
CloudFormationDeployStackSetAction.Builder.parameters(StackSetParameters parameters)
The template parameters for your stack set.
|
CloudFormationDeployStackSetAction.Builder |
CloudFormationDeployStackSetAction.Builder.role(IRole role)
The Role in which context's this Action will be executing in.
|
CloudFormationDeployStackSetAction.Builder |
CloudFormationDeployStackSetAction.Builder.runOrder(Number runOrder)
The runOrder property for this Action.
|
CloudFormationDeployStackSetAction.Builder |
CloudFormationDeployStackSetAction.Builder.stackInstances(StackInstances stackInstances)
Specify where to create or update Stack Instances.
|
CloudFormationDeployStackSetAction.Builder |
CloudFormationDeployStackSetAction.Builder.stackSetName(String stackSetName)
The name to associate with the stack set.
|
CloudFormationDeployStackSetAction.Builder |
CloudFormationDeployStackSetAction.Builder.stackSetRegion(String stackSetRegion)
The AWS Region the StackSet is in.
|
CloudFormationDeployStackSetAction.Builder |
CloudFormationDeployStackSetAction.Builder.template(StackSetTemplate template)
The location of the template that defines the resources in the stack set.
|
CloudFormationDeployStackSetAction.Builder |
CloudFormationDeployStackSetAction.Builder.variablesNamespace(String variablesNamespace)
The name of the namespace to use for variables emitted by this action.
|
Copyright © 2022. All rights reserved.