Uses of Class
software.amazon.awscdk.services.codepipeline.actions.StackInstances
Packages that use StackInstances
-
Uses of StackInstances in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return StackInstancesModifier and TypeMethodDescriptionstatic StackInstancesStackInstances.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.CloudFormationDeployStackInstancesActionProps.getStackInstances()Specify where to create or update Stack Instances.final StackInstancesCloudFormationDeployStackInstancesActionProps.Jsii$Proxy.getStackInstances()default StackInstancesCloudFormationDeployStackSetActionProps.getStackInstances()Specify where to create or update Stack Instances.final StackInstancesCloudFormationDeployStackSetActionProps.Jsii$Proxy.getStackInstances()static StackInstancesStackInstances.inAccounts(List<String> accounts, List<String> regions) Create stack instances in a set of accounts and regions passed as literal lists.static StackInstancesStackInstances.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.Methods in software.amazon.awscdk.services.codepipeline.actions with parameters of type StackInstancesModifier and TypeMethodDescriptionCloudFormationDeployStackInstancesAction.Builder.stackInstances(StackInstances stackInstances) Specify where to create or update Stack Instances.CloudFormationDeployStackInstancesActionProps.Builder.stackInstances(StackInstances stackInstances) Sets the value ofCloudFormationDeployStackInstancesActionProps.getStackInstances()CloudFormationDeployStackSetAction.Builder.stackInstances(StackInstances stackInstances) Specify where to create or update Stack Instances.CloudFormationDeployStackSetActionProps.Builder.stackInstances(StackInstances stackInstances) Sets the value ofCloudFormationDeployStackSetActionProps.getStackInstances()