@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.715Z") @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()
`AWS::Route53Resolver::ResolverQueryLoggingConfig.DestinationArn`.
|
default String |
getName()
`AWS::Route53Resolver::ResolverQueryLoggingConfig.Name`.
|
@Stability(value=Stable) @Nullable default String getDestinationArn()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnResolverQueryLoggingConfigProps.Builder builder()
Copyright © 2021. All rights reserved.