Class: Aws::SecurityHub::Types::CloudWatchLogsLogGroupArnConfigDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::CloudWatchLogsLogGroupArnConfigDetails
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#cloud_watch_logs_log_group_arn ⇒ String
The ARN of the CloudWatch Logs log group that Route 53 is publishing logs to.
-
#hosted_zone_id ⇒ String
The ID of the hosted zone that CloudWatch Logs is logging queries for.
-
#id ⇒ String
The ID for a DNS query logging configuration.
Instance Attribute Details
#cloud_watch_logs_log_group_arn ⇒ String
The ARN of the CloudWatch Logs log group that Route 53 is publishing logs to.
23071 23072 23073 23074 23075 23076 23077 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23071 class CloudWatchLogsLogGroupArnConfigDetails < Struct.new( :cloud_watch_logs_log_group_arn, :hosted_zone_id, :id) SENSITIVE = [] include Aws::Structure end |
#hosted_zone_id ⇒ String
The ID of the hosted zone that CloudWatch Logs is logging queries for.
23071 23072 23073 23074 23075 23076 23077 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23071 class CloudWatchLogsLogGroupArnConfigDetails < Struct.new( :cloud_watch_logs_log_group_arn, :hosted_zone_id, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID for a DNS query logging configuration.
23071 23072 23073 23074 23075 23076 23077 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23071 class CloudWatchLogsLogGroupArnConfigDetails < Struct.new( :cloud_watch_logs_log_group_arn, :hosted_zone_id, :id) SENSITIVE = [] include Aws::Structure end |