| Modifier and Type | Method and Description |
|---|---|
static StackSetParameters |
StackSetParameters.fromArtifactPath(ArtifactPath artifactPath)
Read the parameters from a JSON file from one of the pipeline's artifacts.
|
static StackSetParameters |
StackSetParameters.fromLiteral(Map<String,String> parameters)
A list of template parameters for your stack set.
|
static StackSetParameters |
StackSetParameters.fromLiteral(Map<String,String> parameters,
List<String> usePreviousValues)
A list of template parameters for your stack set.
|
default StackSetParameters |
CloudFormationDeployStackInstancesActionProps.getParameterOverrides()
Parameter values that only apply to the current Stack Instances.
|
StackSetParameters |
CloudFormationDeployStackInstancesActionProps.Jsii$Proxy.getParameterOverrides() |
default StackSetParameters |
CloudFormationDeployStackSetActionProps.getParameters()
The template parameters for your stack set.
|
StackSetParameters |
CloudFormationDeployStackSetActionProps.Jsii$Proxy.getParameters() |
Copyright © 2023. All rights reserved.