Class: Aws::SecurityAgent::Types::CloudWatchLog

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

Overview

The Amazon CloudWatch Logs configuration for pentest job logging.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_groupString

The name of the CloudWatch log group.

Returns:

  • (String)


710
711
712
713
714
715
# File 'lib/aws-sdk-securityagent/types.rb', line 710

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

#log_streamString

The name of the CloudWatch log stream.

Returns:

  • (String)


710
711
712
713
714
715
# File 'lib/aws-sdk-securityagent/types.rb', line 710

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