class CfnFirewallAlertLogsOutputFormat
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.NetworkFirewall.Mixins.CfnFirewallAlertLogsOutputFormat |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsnetworkfirewall/mixins#CfnFirewallAlertLogsOutputFormat |
Java | software.amazon.awscdk.mixins.preview.services.networkfirewall.mixins.CfnFirewallAlertLogsOutputFormat |
Python | aws_cdk.mixins_preview.aws_networkfirewall.mixins.CfnFirewallAlertLogsOutputFormat |
TypeScript | @aws-cdk/mixins-preview » aws_networkfirewall » mixins » CfnFirewallAlertLogsOutputFormat |
Output Format options for each destination of CfnFirewallAlertLogs.
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 cfnFirewallAlertLogsOutputFormat = new networkfirewall_mixins.CfnFirewallAlertLogsOutputFormat();
Initializer
new CfnFirewallAlertLogsOutputFormat()

.NET
Go
Java
Python
TypeScript