public class CloudFormationKt
| Modifier and Type | Method and Description |
|---|---|
static DeployResult |
deployStack(AwsProfile profile,
java.lang.String stackName,
java.lang.String apiName,
java.lang.String templateUrl)
Deploys the CloudformationStack and returns the ID of the API Gateway API.
|
static java.util.List<com.amazonaws.services.apigateway.model.RestApi> |
getAllRestApis(com.amazonaws.services.apigateway.AmazonApiGateway $receiver) |
static java.util.List<com.amazonaws.services.cloudformation.model.StackSummary> |
listAllStacks(com.amazonaws.services.cloudformation.AmazonCloudFormation $receiver)
Extension function for the CloudFormation client that lists all stacks and deals with paging in the AWS SDK.
|
@NotNull public static DeployResult deployStack(@NotNull AwsProfile profile, @NotNull java.lang.String stackName, @NotNull java.lang.String apiName, @NotNull java.lang.String templateUrl)
Deploys the CloudformationStack and returns the ID of the API Gateway API.
@NotNull
public static java.util.List<com.amazonaws.services.cloudformation.model.StackSummary> listAllStacks(@NotNull
com.amazonaws.services.cloudformation.AmazonCloudFormation $receiver)
Extension function for the CloudFormation client that lists all stacks and deals with paging in the AWS SDK.
@NotNull
public static java.util.List<com.amazonaws.services.apigateway.model.RestApi> getAllRestApis(@NotNull
com.amazonaws.services.apigateway.AmazonApiGateway $receiver)