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

.NET
Go
Java
Python
TypeScript