Show / Hide Table of Contents

Class CfnApiPropsMixin.EventLogConfigProperty

Describes the CloudWatch Logs configuration for the Event API.

Inheritance
object
CfnApiPropsMixin.EventLogConfigProperty
Implements
CfnApiPropsMixin.IEventLogConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppSync
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnApiPropsMixin.EventLogConfigProperty : CfnApiPropsMixin.IEventLogConfigProperty
Syntax (vb)
Public Class CfnApiPropsMixin.EventLogConfigProperty Implements CfnApiPropsMixin.IEventLogConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-api-eventlogconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.AppSync;

             var eventLogConfigProperty = new EventLogConfigProperty {
                 CloudWatchLogsRoleArn = "cloudWatchLogsRoleArn",
                 LogLevel = "logLevel"
             };

Synopsis

Constructors

EventLogConfigProperty()

Describes the CloudWatch Logs configuration for the Event API.

Properties

CloudWatchLogsRoleArn

The IAM service role that AWS AppSync assumes to publish CloudWatch Logs in your account.

LogLevel

The type of information to log for the Event API.

Constructors

EventLogConfigProperty()

Describes the CloudWatch Logs configuration for the Event API.

public EventLogConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-api-eventlogconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.AppSync;

             var eventLogConfigProperty = new EventLogConfigProperty {
                 CloudWatchLogsRoleArn = "cloudWatchLogsRoleArn",
                 LogLevel = "logLevel"
             };

Properties

CloudWatchLogsRoleArn

The IAM service role that AWS AppSync assumes to publish CloudWatch Logs in your account.

public string? CloudWatchLogsRoleArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-api-eventlogconfig.html#cfn-appsync-api-eventlogconfig-cloudwatchlogsrolearn

LogLevel

The type of information to log for the Event API.

public string? LogLevel { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-api-eventlogconfig.html#cfn-appsync-api-eventlogconfig-loglevel

Implements

CfnApiPropsMixin.IEventLogConfigProperty
Back to top Generated by DocFX