Class QueryLogArgs
Inherited Members
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 SourceQueryLogArgs()
Declaration
public QueryLogArgs()
Properties
View SourceCloudwatchLogGroupArn
CloudWatch log group ARN to send query logs.
Declaration
public Input<string> CloudwatchLogGroupArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ZoneId
Route53 hosted zone ID to enable query logs.
Declaration
public Input<string> ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |