AWSLogsDeliveryDestinationType
Objective-C
NS_ENUM(NSInteger, AWSLogsDeliveryDestinationType) {
AWSLogsDeliveryDestinationTypeUnknown,
AWSLogsDeliveryDestinationTypeS3,
AWSLogsDeliveryDestinationTypeCwl,
AWSLogsDeliveryDestinationTypeFh,
}
Swift
enum AWSLogsDeliveryDestinationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLogsDeliveryDestinationTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSLogsDeliveryDestinationTypeS3Swift
case S3 = 1 -
Undocumented
Declaration
Objective-C
AWSLogsDeliveryDestinationTypeCwlSwift
case cwl = 2 -
Undocumented
Declaration
Objective-C
AWSLogsDeliveryDestinationTypeFhSwift
case fh = 3
View on GitHub
Install in Dash
AWSLogsDeliveryDestinationType Enumeration Reference