AWSLogsDeliveryDestinationType
Objective-C
NS_ENUM(NSInteger, AWSLogsDeliveryDestinationType) {
AWSLogsDeliveryDestinationTypeUnknown,
AWSLogsDeliveryDestinationTypeS3,
AWSLogsDeliveryDestinationTypeCwl,
AWSLogsDeliveryDestinationTypeFh,
}
Swift
enum AWSLogsDeliveryDestinationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLogsDeliveryDestinationTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLogsDeliveryDestinationTypeS3
Swift
case S3 = 1
-
Undocumented
Declaration
Objective-C
AWSLogsDeliveryDestinationTypeCwl
Swift
case cwl = 2
-
Undocumented
Declaration
Objective-C
AWSLogsDeliveryDestinationTypeFh
Swift
case fh = 3