Class: Aws::SecurityHub::Types::CloudWatchLogsLogGroupArnConfigDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

The Amazon Resource Name (ARN) and other details of the Amazon CloudWatch Logs log group that Amazon Route 53 is publishing logs to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_log_group_arnString

The ARN of the CloudWatch Logs log group that Route 53 is publishing logs to.

Returns:

  • (String)


23081
23082
23083
23084
23085
23086
23087
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23081

class CloudWatchLogsLogGroupArnConfigDetails < Struct.new(
  :cloud_watch_logs_log_group_arn,
  :hosted_zone_id,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#hosted_zone_idString

The ID of the hosted zone that CloudWatch Logs is logging queries for.

Returns:

  • (String)


23081
23082
23083
23084
23085
23086
23087
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23081

class CloudWatchLogsLogGroupArnConfigDetails < Struct.new(
  :cloud_watch_logs_log_group_arn,
  :hosted_zone_id,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID for a DNS query logging configuration.

Returns:

  • (String)


23081
23082
23083
23084
23085
23086
23087
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23081

class CloudWatchLogsLogGroupArnConfigDetails < Struct.new(
  :cloud_watch_logs_log_group_arn,
  :hosted_zone_id,
  :id)
  SENSITIVE = []
  include Aws::Structure
end