public class StackSetManager extends Object
| Constructor and Description |
|---|
StackSetManager(com.amazonaws.services.cloudformation.AmazonCloudFormation cloudFormation,
pl.wrzasq.commons.aws.cloudformation.StackSetHandler stackSetHandler)
Initializes object with given CloudFormation client.
|
| Modifier and Type | Method and Description |
|---|---|
pl.wrzasq.commons.aws.cloudformation.CustomResourceResponse<StackSetResponse> |
deleteStackSet(StackSetRequest input,
String physicalResourceId)
Handles stack set deletion.
|
pl.wrzasq.commons.aws.cloudformation.CustomResourceResponse<StackSetResponse> |
deployStackSet(StackSetRequest input,
String physicalResourceId)
Handles stack set deployment.
|
public StackSetManager(com.amazonaws.services.cloudformation.AmazonCloudFormation cloudFormation,
pl.wrzasq.commons.aws.cloudformation.StackSetHandler stackSetHandler)
cloudFormation - AWS CloudFormation client.stackSetHandler - Stack set operations helper.public pl.wrzasq.commons.aws.cloudformation.CustomResourceResponse<StackSetResponse> deployStackSet(StackSetRequest input, String physicalResourceId)
input - Resource deployment request.physicalResourceId - Physical ID of existing resource (if present).public pl.wrzasq.commons.aws.cloudformation.CustomResourceResponse<StackSetResponse> deleteStackSet(StackSetRequest input, String physicalResourceId)
input - Resource delete request.physicalResourceId - Physical ID of existing resource (if present).Copyright © 2019 RafaĆ Wrzeszcz - Wrzasq.pl. All rights reserved.