AWSEC2LogDestinationType
Objective-C
NS_ENUM(NSInteger, AWSEC2LogDestinationType) {
AWSEC2LogDestinationTypeUnknown,
AWSEC2LogDestinationTypeCloudWatchLogs,
AWSEC2LogDestinationTypeS3,
AWSEC2LogDestinationTypeKinesisDataFirehose,
}
Swift
enum AWSEC2LogDestinationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2LogDestinationTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2LogDestinationTypeCloudWatchLogs
Swift
case cloudWatchLogs = 1
-
Undocumented
Declaration
Objective-C
AWSEC2LogDestinationTypeS3
Swift
case S3 = 2
-
Undocumented
Declaration
Objective-C
AWSEC2LogDestinationTypeKinesisDataFirehose
Swift
case kinesisDataFirehose = 3