Table of Contents

Class AWSRegionConverter

Namespace
LMKit.Integrations.AWS
Assembly
LM-Kit.NET.dll

Converts between AWSRegion enum values and their AWS identifier strings.

public static class AWSRegionConverter
Inheritance
AWSRegionConverter
Inherited Members

Methods

ParseRegion(string)

Parses an AWS region identifier (e.g., "us-west-2") into its corresponding AWSRegion enum value.

ToIdentifier(AWSRegion)

Converts an AWSRegion enum value into its AWS region identifier string (for example, AWSRegion.USWest2 → "us-west-2").