CfnWebACLAccessLogsS3Props

class aws_cdk.mixins_preview.aws_wafv2.mixins.CfnWebACLAccessLogsS3Props(*, 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_wafv2 import mixins as wafv2_mixins
from aws_cdk.interfaces import aws_kms as interfaces_kms

# key_ref: interfaces_kms.IKeyRef

cfn_web_aCLAccess_logs_s3_props = wafv2_mixins.CfnWebACLAccessLogsS3Props(
    encryption_key=key_ref,
    output_format=wafv2_mixins.CfnWebACLAccessLogsOutputFormat.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