Show / Hide Table of Contents

Interface ICfnWebACLAccessLogsLogGroupProps

Namespace: Amazon.CDK.Mixins.Preview.AWS.WAFv2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnWebACLAccessLogsLogGroupProps
Syntax (vb)
Public Interface 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

Properties

OutputFormat

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

Properties

OutputFormat

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

CfnWebACLAccessLogsOutputFormat.LogGroup? OutputFormat { get; }
Property Value

CfnWebACLAccessLogsOutputFormat.LogGroup?

Remarks

Stability: Experimental

Back to top Generated by DocFX