Show / Hide Table of Contents

Class CfnUserPoolApplicationLogsLogGroupProps

Inheritance
object
CfnUserPoolApplicationLogsLogGroupProps
Implements
ICfnUserPoolApplicationLogsLogGroupProps
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.Cognito.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnUserPoolApplicationLogsLogGroupProps : ICfnUserPoolApplicationLogsLogGroupProps
Syntax (vb)
Public Class CfnUserPoolApplicationLogsLogGroupProps Implements ICfnUserPoolApplicationLogsLogGroupProps
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.Cognito.Mixins;

             var cfnUserPoolApplicationLogsLogGroupProps = new CfnUserPoolApplicationLogsLogGroupProps {
                 OutputFormat = CfnUserPoolApplicationLogsOutputFormat.LogGroup.PLAIN
             };

Synopsis

Constructors

CfnUserPoolApplicationLogsLogGroupProps()

Properties

OutputFormat

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

Constructors

CfnUserPoolApplicationLogsLogGroupProps()

public CfnUserPoolApplicationLogsLogGroupProps()
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.Cognito.Mixins;

             var cfnUserPoolApplicationLogsLogGroupProps = new CfnUserPoolApplicationLogsLogGroupProps {
                 OutputFormat = CfnUserPoolApplicationLogsOutputFormat.LogGroup.PLAIN
             };

Properties

OutputFormat

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

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

CfnUserPoolApplicationLogsOutputFormat.LogGroup?

Remarks

Stability: Experimental

Implements

ICfnUserPoolApplicationLogsLogGroupProps
Back to top Generated by DocFX