AWSFirehoseNoEncryptionConfig

Objective-C

NS_ENUM(NSInteger, AWSFirehoseNoEncryptionConfig) {
    AWSFirehoseNoEncryptionConfigUnknown,
    AWSFirehoseNoEncryptionConfigNoEncryption,
}

Swift

enum AWSFirehoseNoEncryptionConfig : Int, @unchecked Sendable

Undocumented