AWSFirehoseCloudWatchLoggingOptions
Objective-C
@interface AWSFirehoseCloudWatchLoggingOptions
Swift
class AWSFirehoseCloudWatchLoggingOptions
Describes the Amazon CloudWatch logging options for your delivery stream.
-
Enables or disables CloudWatch logging.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable enabled;
Swift
var enabled: NSNumber? { get set }
-
The CloudWatch group name for logging. This value is required if CloudWatch logging is enabled.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable logGroupName;
Swift
var logGroupName: String? { get set }
-
The CloudWatch log stream name for logging. This value is required if CloudWatch logging is enabled.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable logStreamName;
Swift
var logStreamName: String? { get set }