CfnHypervisorBgwHypervisorLogsS3Props

class aws_cdk.mixins_preview.aws_backupgateway.mixins.CfnHypervisorBgwHypervisorLogsS3Props(*, encryption_key=None, output_format=None)

Bases: object

Parameters:
  • encryption_key (Optional[IKeyRef]) – (experimental) Encrpytion key for your delivery bucket.

  • output_format (Optional[S3]) – (experimental) Format for log output, options are json,plain,w3c,parquet.

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
from aws_cdk.interfaces import aws_kms as interfaces_kms

# key_ref: interfaces_kms.IKeyRef

cfn_hypervisor_bgw_hypervisor_logs_s3_props = backupgateway_mixins.CfnHypervisorBgwHypervisorLogsS3Props(
    encryption_key=key_ref,
    output_format=backupgateway_mixins.CfnHypervisorBgwHypervisorLogsOutputFormat.S3.JSON
)

Attributes

encryption_key

(experimental) Encrpytion key for your delivery bucket.

Stability:

experimental

output_format

(experimental) Format for log output, options are json,plain,w3c,parquet.

Stability:

experimental