Function create_cloudformation_stack

Source
pub async fn create_cloudformation_stack(
    client: &RegionClient,
    name: &str,
    template: &str,
    parameters: &CloudformationParameters,
    tags: &TagList,
) -> Result<(), Error>