AWSEC2CloudWatchLogOptionsSpecification
Objective-C
@interface AWSEC2CloudWatchLogOptionsSpecificationSwift
class AWSEC2CloudWatchLogOptionsSpecificationOptions for sending VPN tunnel logs to CloudWatch.
- 
                  
                  Enable or disable VPN tunnel logging feature. Default value is False.Valid values: True|FalseDeclarationObjective-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. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable logGroupArn;Swift var logGroupArn: String? { get set }
- 
                  
                  Set log format. Default format is json.Valid values: json|textDeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable logOutputFormat;Swift var logOutputFormat: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2CloudWatchLogOptionsSpecification Class Reference
        AWSEC2CloudWatchLogOptionsSpecification Class Reference