AWSEC2LogDestinationType

Objective-C

NS_ENUM(NSInteger, AWSEC2LogDestinationType) {
    AWSEC2LogDestinationTypeUnknown,
    AWSEC2LogDestinationTypeCloudWatchLogs,
    AWSEC2LogDestinationTypeS3,
    AWSEC2LogDestinationTypeKinesisDataFirehose,
}

Swift

enum AWSEC2LogDestinationType : Int, @unchecked Sendable

Undocumented