public static final class CfnResolverQueryLoggingConfig.Builder
extends java.lang.Object
CfnResolverQueryLoggingConfig
.Modifier and Type | Method and Description |
---|---|
CfnResolverQueryLoggingConfig |
build() |
static CfnResolverQueryLoggingConfig.Builder |
create(Construct scope,
java.lang.String id) |
CfnResolverQueryLoggingConfig.Builder |
destinationArn(java.lang.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(java.lang.String name)
The name of the query logging configuration.
|
public static CfnResolverQueryLoggingConfig.Builder create(Construct scope, java.lang.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
.public CfnResolverQueryLoggingConfig.Builder destinationArn(java.lang.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
public CfnResolverQueryLoggingConfig.Builder name(java.lang.String name)
name
- The name of the query logging configuration. This parameter is required.this
public CfnResolverQueryLoggingConfig build()