Class: Aws::SecurityHub::Types::AwsRoute53QueryLoggingConfigDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRoute53QueryLoggingConfigDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details about a specified Amazon Route 53 configuration for DNS query logging.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_logs_log_group_arn ⇒ Types::CloudWatchLogsLogGroupArnConfigDetails
The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log group that Route 53 is publishing logs to.
Instance Attribute Details
#cloud_watch_logs_log_group_arn ⇒ Types::CloudWatchLogsLogGroupArnConfigDetails
The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log group that Route 53 is publishing logs to.
18333 18334 18335 18336 18337 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18333 class AwsRoute53QueryLoggingConfigDetails < Struct.new( :cloud_watch_logs_log_group_arn) SENSITIVE = [] include Aws::Structure end |