Class CfnWebACLAccessLogsLogGroupProps
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.WAFv2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnWebACLAccessLogsLogGroupProps : ICfnWebACLAccessLogsLogGroupProps
Syntax (vb)
Public Class CfnWebACLAccessLogsLogGroupProps Implements ICfnWebACLAccessLogsLogGroupProps
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.WAFv2.Mixins;
var cfnWebACLAccessLogsLogGroupProps = new CfnWebACLAccessLogsLogGroupProps {
OutputFormat = CfnWebACLAccessLogsOutputFormat.LogGroup.PLAIN
};
Synopsis
Constructors
| CfnWebACLAccessLogsLogGroupProps() |
Properties
| OutputFormat | (experimental) Format for log output, options are plain,json. |
Constructors
CfnWebACLAccessLogsLogGroupProps()
public CfnWebACLAccessLogsLogGroupProps()
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.WAFv2.Mixins;
var cfnWebACLAccessLogsLogGroupProps = new CfnWebACLAccessLogsLogGroupProps {
OutputFormat = CfnWebACLAccessLogsOutputFormat.LogGroup.PLAIN
};
Properties
OutputFormat
(experimental) Format for log output, options are plain,json.
public CfnWebACLAccessLogsOutputFormat.LogGroup? OutputFormat { get; set; }
Property Value
CfnWebACLAccessLogsOutputFormat.LogGroup?
Remarks
Stability: Experimental