| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
static StackInstances |
StackInstances.fromArtifactPath(ArtifactPath artifactPath,
List<String> regions)
Create stack instances in a set of accounts or organizational units taken from the pipeline artifacts, and a set of regions The file must be a JSON file containing a list of strings.
|
default StackInstances |
CloudFormationDeployStackSetActionProps.getStackInstances()
Specify where to create or update Stack Instances.
|
StackInstances |
CloudFormationDeployStackSetActionProps.Jsii$Proxy.getStackInstances() |
StackInstances |
CloudFormationDeployStackInstancesActionProps.getStackInstances()
Specify where to create or update Stack Instances.
|
StackInstances |
CloudFormationDeployStackInstancesActionProps.Jsii$Proxy.getStackInstances() |
static StackInstances |
StackInstances.inAccounts(List<String> accounts,
List<String> regions)
Create stack instances in a set of accounts and regions passed as literal lists.
|
static StackInstances |
StackInstances.inOrganizationalUnits(List<String> ous,
List<String> regions)
Create stack instances in all accounts in a set of Organizational Units (OUs) and regions passed as literal lists.
|
| Modifier and Type | Method and Description |
|---|---|
CloudFormationDeployStackSetAction.Builder |
CloudFormationDeployStackSetAction.Builder.stackInstances(StackInstances stackInstances)
Specify where to create or update Stack Instances.
|
CloudFormationDeployStackSetActionProps.Builder |
CloudFormationDeployStackSetActionProps.Builder.stackInstances(StackInstances stackInstances)
Sets the value of
CloudFormationDeployStackSetActionProps.getStackInstances() |
CloudFormationDeployStackInstancesActionProps.Builder |
CloudFormationDeployStackInstancesActionProps.Builder.stackInstances(StackInstances stackInstances)
Sets the value of
CloudFormationDeployStackInstancesActionProps.getStackInstances() |
CloudFormationDeployStackInstancesAction.Builder |
CloudFormationDeployStackInstancesAction.Builder.stackInstances(StackInstances stackInstances)
Specify where to create or update Stack Instances.
|
Copyright © 2022. All rights reserved.