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