Interface CfnHostedZone.QueryLoggingConfigProperty

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

@Stability(Stable) public static interface CfnHostedZone.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.services.route53.*;
 QueryLoggingConfigProperty queryLoggingConfigProperty = QueryLoggingConfigProperty.builder()
         .cloudWatchLogsLogGroupArn("cloudWatchLogsLogGroupArn")
         .build();
 

See Also: