@Stability(value=Stable) public static final class CfnResolverQueryLoggingConfig.Builder extends Object implements software.amazon.jsii.Builder<CfnResolverQueryLoggingConfig>
CfnResolverQueryLoggingConfig.| Modifier and Type | Method and Description |
|---|---|
CfnResolverQueryLoggingConfig |
build() |
static CfnResolverQueryLoggingConfig.Builder |
create(software.constructs.Construct scope,
String id) |
CfnResolverQueryLoggingConfig.Builder |
destinationArn(String destinationArn)
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.
|
CfnResolverQueryLoggingConfig.Builder |
name(String name)
The name of the query logging configuration.
|
@Stability(value=Stable) public static CfnResolverQueryLoggingConfig.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnResolverQueryLoggingConfig.Builder.@Stability(value=Stable) public CfnResolverQueryLoggingConfig.Builder destinationArn(String destinationArn)
destinationArn - 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. This parameter is required.this@Stability(value=Stable) public CfnResolverQueryLoggingConfig.Builder name(String name)
name - The name of the query logging configuration. This parameter is required.this@Stability(value=Stable) public CfnResolverQueryLoggingConfig build()
build in interface software.amazon.jsii.Builder<CfnResolverQueryLoggingConfig>Copyright © 2022. All rights reserved.