AWSEC2VpnTunnelLogOptionsSpecification
Objective-C
@interface AWSEC2VpnTunnelLogOptionsSpecification
Swift
class AWSEC2VpnTunnelLogOptionsSpecification
Options for logging VPN tunnel activity.
-
Options for sending VPN tunnel logs to CloudWatch.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2CloudWatchLogOptionsSpecification *_Nullable cloudWatchLogOptions;
Swift
var cloudWatchLogOptions: AWSEC2CloudWatchLogOptionsSpecification? { get set }