@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-14T16:25:29.476Z")
public interface CfnResolverQueryLoggingConfigProps
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 java.lang.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 java.lang.String |
getName()
The name of the query logging configuration.
|
default java.lang.String getDestinationArn()
default java.lang.String getName()
static CfnResolverQueryLoggingConfigProps.Builder builder()