MBrace.AWS


AWSRegion

Namespace: MBrace.AWS

Serializable wrapper for AWS RegionEndpoint

Constructors

ConstructorDescription
new(region)
Signature: region:RegionEndpoint -> AWSRegion

CompiledName: .ctor

Instance members

Instance memberDescription
SystemName
Signature: string

CompiledName: get_SystemName

Static members

Static memberDescription
APNortheast1
Signature: AWSRegion

The Asia Pacific (Tokyo) endpoint.

CompiledName: get_APNortheast1

APNortheast2
Signature: AWSRegion

The Asia Pacific (Seoul) endpoint.

CompiledName: get_APNortheast2

APSoutheast1
Signature: AWSRegion

The Asia Pacific (Singapore) endpoint.

CompiledName: get_APSoutheast1

APSoutheast2
Signature: AWSRegion

The Asia Pacific (Sydney) endpoint.

CompiledName: get_APSoutheast2

CNNorth1
Signature: AWSRegion

The China (Beijing) endpoint.

CompiledName: get_CNNorth1

EUCentral1
Signature: AWSRegion

The EU Central (Frankfurt) endpoint.

CompiledName: get_EUCentral1

EUWest1
Signature: AWSRegion

The EU West (Ireland) endpoint.

CompiledName: get_EUWest1

Parse(name)
Signature: name:string -> AWSRegion
SAEast1
Signature: AWSRegion

The South America (Sao Paulo) endpoint.

CompiledName: get_SAEast1

USEast1
Signature: AWSRegion

The US East (Virginia) endpoint.

CompiledName: get_USEast1

USGovCloudWest1
Signature: AWSRegion

The US GovCloud West (Oregon) endpoint.

CompiledName: get_USGovCloudWest1

USWest1
Signature: AWSRegion

The US West (N. California) endpoint.

CompiledName: get_USWest1

USWest2
Signature: AWSRegion

The US West (Oregon) endpoint.

CompiledName: get_USWest2

Fork me on GitHub