Show / Hide Table of Contents

Class GraphQLApiLogConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GraphQLApiLogConfigGetArgs
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.AppSync.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GraphQLApiLogConfigGetArgs : ResourceArgs

Constructors

View Source

GraphQLApiLogConfigGetArgs()

Declaration
public GraphQLApiLogConfigGetArgs()

Properties

View Source

CloudwatchLogsRoleArn

Amazon Resource Name of the service role that AWS AppSync will assume to publish to Amazon CloudWatch logs in your account.

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

ExcludeVerboseContent

Set to TRUE to exclude sections that contain information such as headers, context, and evaluated mapping templates, regardless of logging level. Valid values: true, false. Default value: false

Declaration
public Input<bool> ExcludeVerboseContent { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

FieldLogLevel

Field logging level. Valid values: ALL, ERROR, NONE.

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