@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.716Z") @Stability(value=Stable) public interface CfnResolverQueryLoggingConfigAssociationProps 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.*;
CfnResolverQueryLoggingConfigAssociationProps cfnResolverQueryLoggingConfigAssociationProps = CfnResolverQueryLoggingConfigAssociationProps.builder()
.resolverQueryLogConfigId("resolverQueryLogConfigId")
.resourceId("resourceId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResolverQueryLoggingConfigAssociationProps.Builder
A builder for
CfnResolverQueryLoggingConfigAssociationProps |
static class |
CfnResolverQueryLoggingConfigAssociationProps.Jsii$Proxy
An implementation for
CfnResolverQueryLoggingConfigAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnResolverQueryLoggingConfigAssociationProps.Builder |
builder() |
default String |
getResolverQueryLogConfigId()
The ID of the query logging configuration that a VPC is associated with.
|
default String |
getResourceId()
The ID of the Amazon VPC that is associated with the query logging configuration.
|
@Stability(value=Stable) @Nullable default String getResolverQueryLogConfigId()
@Stability(value=Stable) @Nullable default String getResourceId()
@Stability(value=Stable) static CfnResolverQueryLoggingConfigAssociationProps.Builder builder()
Copyright © 2022. All rights reserved.