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

.NET
Go
Java
Python
TypeScript