CfnHypervisorDataAccessLogsLogGroupProps
- class aws_cdk.mixins_preview.aws_backupgateway.mixins.CfnHypervisorDataAccessLogsLogGroupProps(*, output_format=None)
Bases:
object- Parameters:
output_format (
Optional[LogGroup]) – (experimental) Format for log output, options are plain,json.- 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_log_group_props = backupgateway_mixins.CfnHypervisorDataAccessLogsLogGroupProps( output_format=backupgateway_mixins.CfnHypervisorDataAccessLogsOutputFormat.LogGroup.PLAIN )
Attributes
- output_format
(experimental) Format for log output, options are plain,json.
- Stability:
experimental