CfnHypervisorDataAccessLogsFirehoseProps
- class aws_cdk.mixins_preview.aws_backupgateway.mixins.CfnHypervisorDataAccessLogsFirehoseProps(*, output_format=None)
Bases:
object- Parameters:
output_format (
Optional[Firehose]) – (experimental) Format for log output, options are json,plain,raw.- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_backupgateway import mixins as backupgateway_mixins cfn_hypervisor_data_access_logs_firehose_props = backupgateway_mixins.CfnHypervisorDataAccessLogsFirehoseProps( output_format=backupgateway_mixins.CfnHypervisorDataAccessLogsOutputFormat.Firehose.JSON )
Attributes
- output_format
(experimental) Format for log output, options are json,plain,raw.
- Stability:
experimental