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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnHostedZone.QueryLoggingConfigProperty
static final class
An 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. -
builder
-