Class CloudFormationModule
- java.lang.Object
-
- com.nike.pdm.localstack.aws.cloudformation.CloudFormationModule
-
public class CloudFormationModule extends java.lang.Object
Loads the tasks and configuration for CloudFormation.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CREATE_CF_STACK_TASK_NAME
static java.lang.String
DELETE_CF_STACK_TASK_NAME
static java.lang.String
LIST_CF_STACKS_TASK_NAME
-
Constructor Summary
Constructors Constructor Description CloudFormationModule()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
load(org.gradle.api.Project project)
Loads and configures all tasks in the CloudFormation group.
-
-
-
Field Detail
-
CREATE_CF_STACK_TASK_NAME
public static final java.lang.String CREATE_CF_STACK_TASK_NAME
- See Also:
- Constant Field Values
-
DELETE_CF_STACK_TASK_NAME
public static final java.lang.String DELETE_CF_STACK_TASK_NAME
- See Also:
- Constant Field Values
-
LIST_CF_STACKS_TASK_NAME
public static final java.lang.String LIST_CF_STACKS_TASK_NAME
- See Also:
- Constant Field Values
-
-