Interface CfnHostedZonePropsMixin.QueryLoggingConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnHostedZonePropsMixin.QueryLoggingConfigProperty.Jsii$Proxy
Enclosing class:
CfnHostedZonePropsMixin

@Stability(Stable) public static interface CfnHostedZonePropsMixin.QueryLoggingConfigProperty extends software.amazon.jsii.JsiiSerializable
A complex type that contains information about a configuration for DNS query logging.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.route53.*;
 QueryLoggingConfigProperty queryLoggingConfigProperty = QueryLoggingConfigProperty.builder()
         .cloudWatchLogsLogGroupArn("cloudWatchLogsLogGroupArn")
         .build();
 

See Also: