interface CfnServiceAccessLogsFirehoseProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.VpcLattice.Mixins.CfnServiceAccessLogsFirehoseProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsvpclattice/mixins#CfnServiceAccessLogsFirehoseProps |
Java | software.amazon.awscdk.mixins.preview.services.vpclattice.mixins.CfnServiceAccessLogsFirehoseProps |
Python | aws_cdk.mixins_preview.aws_vpclattice.mixins.CfnServiceAccessLogsFirehoseProps |
TypeScript | @aws-cdk/mixins-preview » aws_vpclattice » mixins » CfnServiceAccessLogsFirehoseProps |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as vpclattice_mixins } from '@aws-cdk/mixins-preview/aws-vpclattice';
const cfnServiceAccessLogsFirehoseProps: vpclattice_mixins.CfnServiceAccessLogsFirehoseProps = {
outputFormat: vpclattice_mixins.CfnServiceAccessLogsOutputFormat.Firehose.JSON,
};
Properties
| Name | Type | Description |
|---|---|---|
| output | Firehose | Format for log output, options are json,plain,raw. |
outputFormat?
Type:
Firehose
(optional)
Format for log output, options are json,plain,raw.

.NET
Go
Java
Python
TypeScript