| Package | Description |
|---|---|
| io.dataspray.aws.cdk.maven |
| Modifier and Type | Method and Description |
|---|---|
static ParameterValue |
ParameterValue.unchanged()
Creates a parameter value that will preserve its previous value after update.
|
static ParameterValue |
ParameterValue.value(String value)
Creates a parameter value with the given
value. |
| Modifier and Type | Method and Description |
|---|---|
static software.amazon.awssdk.services.cloudformation.model.Stack |
Stacks.createStack(software.amazon.awssdk.services.cloudformation.CloudFormationClient client,
String stackName,
TemplateRef template,
Map<String,ParameterValue> parameters,
Map<String,String> tags) |
static software.amazon.awssdk.services.cloudformation.model.Stack |
Stacks.updateStack(software.amazon.awssdk.services.cloudformation.CloudFormationClient client,
String stackName,
TemplateRef template,
Map<String,ParameterValue> parameters) |
static software.amazon.awssdk.services.cloudformation.model.Stack |
Stacks.updateStack(software.amazon.awssdk.services.cloudformation.CloudFormationClient client,
String stackName,
TemplateRef template,
Map<String,ParameterValue> parameters,
Map<String,String> tags) |
Copyright © 2022. All rights reserved.