Show / Hide Table of Contents

Class CfnRestApiExecutionLogsLogGroupProps

Inheritance
object
CfnRestApiExecutionLogsLogGroupProps
Implements
ICfnRestApiExecutionLogsLogGroupProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.ApiGateway.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnRestApiExecutionLogsLogGroupProps : ICfnRestApiExecutionLogsLogGroupProps
Syntax (vb)
Public Class CfnRestApiExecutionLogsLogGroupProps Implements ICfnRestApiExecutionLogsLogGroupProps
Remarks

Stability: Experimental

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.Mixins.Preview.AWS.ApiGateway.Mixins;

             var cfnRestApiExecutionLogsLogGroupProps = new CfnRestApiExecutionLogsLogGroupProps {
                 OutputFormat = CfnRestApiExecutionLogsOutputFormat.LogGroup.PLAIN,
                 RecordFields = new [] { CfnRestApiExecutionLogsRecordFields.RESOURCE_ARN }
             };

Synopsis

Constructors

CfnRestApiExecutionLogsLogGroupProps()

Properties

OutputFormat

(experimental) Format for log output, options are plain,json.

RecordFields

(experimental) Record fields that can be provided to a log delivery.

Constructors

CfnRestApiExecutionLogsLogGroupProps()

public CfnRestApiExecutionLogsLogGroupProps()
Remarks

Stability: Experimental

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.Mixins.Preview.AWS.ApiGateway.Mixins;

             var cfnRestApiExecutionLogsLogGroupProps = new CfnRestApiExecutionLogsLogGroupProps {
                 OutputFormat = CfnRestApiExecutionLogsOutputFormat.LogGroup.PLAIN,
                 RecordFields = new [] { CfnRestApiExecutionLogsRecordFields.RESOURCE_ARN }
             };

Properties

OutputFormat

(experimental) Format for log output, options are plain,json.

public CfnRestApiExecutionLogsOutputFormat.LogGroup? OutputFormat { get; set; }
Property Value

CfnRestApiExecutionLogsOutputFormat.LogGroup?

Remarks

Stability: Experimental

RecordFields

(experimental) Record fields that can be provided to a log delivery.

public CfnRestApiExecutionLogsRecordFields[]? RecordFields { get; set; }
Property Value

CfnRestApiExecutionLogsRecordFields[]

Remarks

Stability: Experimental

Implements

ICfnRestApiExecutionLogsLogGroupProps
Back to top Generated by DocFX