class CfnWebACLAccessLogsOutputFormat
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.WAFv2.Mixins.CfnWebACLAccessLogsOutputFormat |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awswafv2/mixins#CfnWebACLAccessLogsOutputFormat |
Java | software.amazon.awscdk.mixins.preview.services.wafv2.mixins.CfnWebACLAccessLogsOutputFormat |
Python | aws_cdk.mixins_preview.aws_wafv2.mixins.CfnWebACLAccessLogsOutputFormat |
TypeScript | @aws-cdk/mixins-preview » aws_wafv2 » mixins » CfnWebACLAccessLogsOutputFormat |
Output Format options for each destination of CfnWebACLAccessLogs.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as wafv2_mixins } from '@aws-cdk/mixins-preview/aws-wafv2';
const cfnWebACLAccessLogsOutputFormat = new wafv2_mixins.CfnWebACLAccessLogsOutputFormat();
Initializer
new CfnWebACLAccessLogsOutputFormat()

.NET
Go
Java
Python
TypeScript