@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.716Z") @Stability(value=Stable) public interface CfnResolverQueryLoggingConfigProps 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.route53resolver.*;
CfnResolverQueryLoggingConfigProps cfnResolverQueryLoggingConfigProps = CfnResolverQueryLoggingConfigProps.builder()
.destinationArn("destinationArn")
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResolverQueryLoggingConfigProps.Builder
A builder for
CfnResolverQueryLoggingConfigProps |
static class |
CfnResolverQueryLoggingConfigProps.Jsii$Proxy
An implementation for
CfnResolverQueryLoggingConfigProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnResolverQueryLoggingConfigProps.Builder |
builder() |
default String |
getDestinationArn()
The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.
|
default String |
getName()
The name of the query logging configuration.
|
@Stability(value=Stable) @Nullable default String getDestinationArn()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnResolverQueryLoggingConfigProps.Builder builder()
Copyright © 2022. All rights reserved.