AWSEC2DomainType

Objective-C

NS_ENUM(NSInteger, AWSEC2DomainType) {
    AWSEC2DomainTypeUnknown,
    AWSEC2DomainTypeVPC,
    AWSEC2DomainTypeStandard,
}

Swift

enum AWSEC2DomainType : Int, @unchecked Sendable

Undocumented