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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnHostedZone.QueryLoggingConfigPropertystatic final classAn implementation forCfnHostedZone.QueryLoggingConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCloudWatchLogsLogGroupArn
The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.- See Also:
-
builder
-