Show / Hide Table of Contents

Class CfnHostedZone.QueryLoggingConfigProperty

A complex type that contains information about a configuration for DNS query logging.

Inheritance
object
CfnHostedZone.QueryLoggingConfigProperty
Implements
CfnHostedZone.IQueryLoggingConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnHostedZone.QueryLoggingConfigProperty : CfnHostedZone.IQueryLoggingConfigProperty
Syntax (vb)
Public Class CfnHostedZone.QueryLoggingConfigProperty Implements CfnHostedZone.IQueryLoggingConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.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.Route53;

             var queryLoggingConfigProperty = new QueryLoggingConfigProperty {
                 CloudWatchLogsLogGroupArn = "cloudWatchLogsLogGroupArn"
             };

Synopsis

Constructors

QueryLoggingConfigProperty()

A complex type that contains information about a configuration for DNS query logging.

Properties

CloudWatchLogsLogGroupArn

The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.

Constructors

QueryLoggingConfigProperty()

A complex type that contains information about a configuration for DNS query logging.

public QueryLoggingConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.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.Route53;

             var queryLoggingConfigProperty = new QueryLoggingConfigProperty {
                 CloudWatchLogsLogGroupArn = "cloudWatchLogsLogGroupArn"
             };

Properties

CloudWatchLogsLogGroupArn

The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.

public string CloudWatchLogsLogGroupArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-hostedzone-queryloggingconfig.html#cfn-route53-hostedzone-queryloggingconfig-cloudwatchlogsloggrouparn

Implements

CfnHostedZone.IQueryLoggingConfigProperty
Back to top Generated by DocFX