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

.NET
Go
Java
Python
TypeScript