AWSLogsDeliveryDestinationType

Objective-C

NS_ENUM(NSInteger, AWSLogsDeliveryDestinationType) {
    AWSLogsDeliveryDestinationTypeUnknown,
    AWSLogsDeliveryDestinationTypeS3,
    AWSLogsDeliveryDestinationTypeCwl,
    AWSLogsDeliveryDestinationTypeFh,
}

Swift

enum AWSLogsDeliveryDestinationType : Int, @unchecked Sendable

Undocumented