AWSEC2CloudWatchLogOptions
Objective-C
@interface AWSEC2CloudWatchLogOptions
Swift
class AWSEC2CloudWatchLogOptions
Options for sending VPN tunnel logs to CloudWatch.
-
Status of VPN tunnel logging feature. Default value is
False
.Valid values:
True
|False
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable logEnabled;
Swift
var logEnabled: NSNumber? { get set }
-
The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable logGroupArn;
Swift
var logGroupArn: String? { get set }
-
Configured log format. Default format is
json
.Valid values:
json
|text
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable logOutputFormat;
Swift
var logOutputFormat: String? { get set }