UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

6 lines (5 loc) 216 B
import { Region } from "../types/enums"; /** * requireRegion fetches the AWS region, requiring that it exists; if it has not been configured, an error is thrown. */ export declare function requireRegion(): Region;