AWSEC2ConnectionNotificationState

Objective-C

NS_ENUM(NSInteger, AWSEC2ConnectionNotificationState) {
    AWSEC2ConnectionNotificationStateUnknown,
    AWSEC2ConnectionNotificationStateEnabled,
    AWSEC2ConnectionNotificationStateDisabled,
}

Swift

enum AWSEC2ConnectionNotificationState : Int, @unchecked Sendable

Undocumented