Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FunctionRegion

enum FunctionRegion {
Any = "any",
ApNortheast1 = "ap-northeast-1",
ApNortheast2 = "ap-northeast-2",
ApSouth1 = "ap-south-1",
ApSoutheast1 = "ap-southeast-1",
ApSoutheast2 = "ap-southeast-2",
CaCentral1 = "ca-central-1",
EuCentral1 = "eu-central-1",
EuWest1 = "eu-west-1",
EuWest2 = "eu-west-2",
EuWest3 = "eu-west-3",
SaEast1 = "sa-east-1",
UsEast1 = "us-east-1",
UsWest1 = "us-west-1",
UsWest2 = "us-west-2",
}

§Members

§
FunctionRegion.Any = "any"
[src]
§
FunctionRegion.ApNortheast1 = "ap-northeast-1"
[src]
§
FunctionRegion.ApNortheast2 = "ap-northeast-2"
[src]
§
FunctionRegion.ApSouth1 = "ap-south-1"
[src]
§
FunctionRegion.ApSoutheast1 = "ap-southeast-1"
[src]
§
FunctionRegion.ApSoutheast2 = "ap-southeast-2"
[src]
§
FunctionRegion.CaCentral1 = "ca-central-1"
[src]
§
FunctionRegion.EuCentral1 = "eu-central-1"
[src]
§
FunctionRegion.EuWest1 = "eu-west-1"
[src]
§
FunctionRegion.EuWest2 = "eu-west-2"
[src]
§
FunctionRegion.EuWest3 = "eu-west-3"
[src]
§
FunctionRegion.SaEast1 = "sa-east-1"
[src]
§
FunctionRegion.UsEast1 = "us-east-1"
[src]
§
FunctionRegion.UsWest1 = "us-west-1"
[src]
§
FunctionRegion.UsWest2 = "us-west-2"
[src]