Show / Hide Table of Contents

Class GraphQLApiLogConfig

Inheritance
System.Object
GraphQLApiLogConfig
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.AppSync.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GraphQLApiLogConfig

Fields

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 readonly string CloudwatchLogsRoleArn
Field Value
Type Description
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 readonly bool? ExcludeVerboseContent
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

FieldLogLevel

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

Declaration
public readonly string FieldLogLevel
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.