Show / Hide Table of Contents

Interface ICfnResolverQueryLoggingConfigProps

Properties for defining a CfnResolverQueryLoggingConfig.

Namespace: Amazon.CDK.AWS.Route53Resolver
Assembly: Amazon.CDK.AWS.Route53Resolver.dll
Syntax (csharp)
public interface ICfnResolverQueryLoggingConfigProps
Syntax (vb)
Public Interface ICfnResolverQueryLoggingConfigProps
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverqueryloggingconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Route53Resolver;

CfnResolverQueryLoggingConfigProps cfnResolverQueryLoggingConfigProps = new CfnResolverQueryLoggingConfigProps {
    DestinationArn = "destinationArn",
    Name = "name"
};

Synopsis

Properties

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.

Name

The name of the query logging configuration.

Properties

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.

virtual string DestinationArn { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverqueryloggingconfig.html#cfn-route53resolver-resolverqueryloggingconfig-destinationarn

Name

The name of the query logging configuration.

virtual string Name { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverqueryloggingconfig.html#cfn-route53resolver-resolverqueryloggingconfig-name

Back to top Generated by DocFX