Class GraphQLApiLogConfigGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GraphQLApiLogConfigGetArgs : ResourceArgs
Constructors
View SourceGraphQLApiLogConfigGetArgs()
Declaration
public GraphQLApiLogConfigGetArgs()
Properties
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 Input<string> CloudwatchLogsRoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<bool> ExcludeVerboseContent { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
FieldLogLevel
Field logging level. Valid values: ALL, ERROR, NONE.
Declaration
public Input<string> FieldLogLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |