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 SourceCloudwatchLogsRoleArn
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 |
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> |
FieldLogLevel
Field logging level. Valid values: ALL, ERROR, NONE.
Declaration
public readonly string FieldLogLevel
Field Value
| Type | Description |
|---|---|
| System.String |