Show / Hide Table of Contents

Class QueryLogArgs

Inheritance
System.Object
InputArgs
ResourceArgs
QueryLogArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Route53
Assembly: Pulumi.Aws.dll
Syntax
public sealed class QueryLogArgs : ResourceArgs

Constructors

View Source

QueryLogArgs()

Declaration
public QueryLogArgs()

Properties

View Source

CloudwatchLogGroupArn

CloudWatch log group ARN to send query logs.

Declaration
public Input<string> CloudwatchLogGroupArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ZoneId

Route53 hosted zone ID to enable query logs.

Declaration
public Input<string> ZoneId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.