interface CfnHypervisorDataAccessLogsFirehoseProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.BackupGateway.Mixins.CfnHypervisorDataAccessLogsFirehoseProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbackupgateway/mixins#CfnHypervisorDataAccessLogsFirehoseProps |
Java | software.amazon.awscdk.mixins.preview.services.backupgateway.mixins.CfnHypervisorDataAccessLogsFirehoseProps |
Python | aws_cdk.mixins_preview.aws_backupgateway.mixins.CfnHypervisorDataAccessLogsFirehoseProps |
TypeScript | @aws-cdk/mixins-preview » aws_backupgateway » mixins » CfnHypervisorDataAccessLogsFirehoseProps |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as backupgateway_mixins } from '@aws-cdk/mixins-preview/aws-backupgateway';
const cfnHypervisorDataAccessLogsFirehoseProps: backupgateway_mixins.CfnHypervisorDataAccessLogsFirehoseProps = {
outputFormat: backupgateway_mixins.CfnHypervisorDataAccessLogsOutputFormat.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