AWSEC2DnsSupportValue

Objective-C

NS_ENUM(NSInteger, AWSEC2DnsSupportValue) {
    AWSEC2DnsSupportValueUnknown,
    AWSEC2DnsSupportValueEnable,
    AWSEC2DnsSupportValueDisable,
}

Swift

enum AWSEC2DnsSupportValue : Int, @unchecked Sendable

Undocumented