Class: Aws::EC2::Types::VerifiedAccessLogCloudWatchLogsDestinationOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Options for CloudWatch Logs as a logging destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Indicates whether logging is enabled.

Returns:

  • (Boolean)


66148
66149
66150
66151
66152
66153
# File 'lib/aws-sdk-ec2/types.rb', line 66148

class VerifiedAccessLogCloudWatchLogsDestinationOptions < Struct.new(
  :enabled,
  :log_group)
  SENSITIVE = []
  include Aws::Structure
end

#log_groupString

The ID of the CloudWatch Logs log group.

Returns:

  • (String)


66148
66149
66150
66151
66152
66153
# File 'lib/aws-sdk-ec2/types.rb', line 66148

class VerifiedAccessLogCloudWatchLogsDestinationOptions < Struct.new(
  :enabled,
  :log_group)
  SENSITIVE = []
  include Aws::Structure
end