createStack
inline suspend fun CloudFormationClient.createStack(crossinline block: CreateStackRequest.Builder.() -> Unit): CreateStackResponse
Creates a stack as specified in the template. After the call completes successfully, the stack creation starts. You can check the status of the stack through the DescribeStacks operation.