createStack

abstract suspend fun createStack(input: CreateStackRequest): 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.