AWSEC2CloudWatchLogOptionsSpecification

Objective-C

@interface AWSEC2CloudWatchLogOptionsSpecification

Swift

class AWSEC2CloudWatchLogOptionsSpecification

Options for sending VPN tunnel logs to CloudWatch.

  • Enable or disable 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 }
  • Set 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 }