Class CfnUserPoolApplicationLogsLogGroupProps
Implements
Inherited Members
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