CfnHypervisorBgwHypervisorLogsFirehoseProps
- class aws_cdk.mixins_preview.aws_backupgateway.mixins.CfnHypervisorBgwHypervisorLogsFirehoseProps(*, 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_bgw_hypervisor_logs_firehose_props = backupgateway_mixins.CfnHypervisorBgwHypervisorLogsFirehoseProps( output_format=backupgateway_mixins.CfnHypervisorBgwHypervisorLogsOutputFormat.Firehose.JSON )
Attributes
- output_format
(experimental) Format for log output, options are json,plain,raw.
- Stability:
experimental