AWSEC2VerifiedAccessLogCloudWatchLogsDestinationOptions

Objective-C

@interface AWSEC2VerifiedAccessLogCloudWatchLogsDestinationOptions

Swift

class AWSEC2VerifiedAccessLogCloudWatchLogsDestinationOptions

Options for CloudWatch Logs as a logging destination.

Required parameters: [Enabled]

  • Indicates whether logging is enabled.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable enabled;

    Swift

    var enabled: NSNumber? { get set }
  • The ID of the CloudWatch Logs log group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable logGroup;

    Swift

    var logGroup: String? { get set }