Class: Aws::EC2::Types::VerifiedAccessLogCloudWatchLogsDestination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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

#delivery_statusTypes::VerifiedAccessLogDeliveryStatus

The delivery status for access logs.



84314
84315
84316
84317
84318
84319
84320
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84314

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

#enabledBoolean

Indicates whether logging is enabled.

Returns:

  • (Boolean)


84314
84315
84316
84317
84318
84319
84320
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84314

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

#log_groupString

The ID of the CloudWatch Logs log group.

Returns:

  • (String)


84314
84315
84316
84317
84318
84319
84320
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84314

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