@Stability(value=Stable)
public static interface CfnHostedZone.QueryLoggingConfigProperty
extends software.amazon.jsii.JsiiSerializable
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnHostedZone.QueryLoggingConfigProperty.Builder
A builder for
CfnHostedZone.QueryLoggingConfigProperty |
static class |
CfnHostedZone.QueryLoggingConfigProperty.Jsii$Proxy
An implementation for
CfnHostedZone.QueryLoggingConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnHostedZone.QueryLoggingConfigProperty.Builder |
builder() |
String |
getCloudWatchLogsLogGroupArn()
The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.
|
@Stability(value=Stable) @NotNull String getCloudWatchLogsLogGroupArn()
@Stability(value=Stable) static CfnHostedZone.QueryLoggingConfigProperty.Builder builder()
Copyright © 2023. All rights reserved.