CfnProtectionFlowLogsFirehoseProps

class aws_cdk.mixins_preview.aws_shield.mixins.CfnProtectionFlowLogsFirehoseProps(*, output_format=None, record_fields=None)

Bases: object

Parameters:
  • output_format (Optional[Firehose]) – (experimental) Format for log output, options are json,plain,raw.

  • record_fields (Optional[Sequence[CfnProtectionFlowLogsRecordFields]]) – (experimental) Record fields that can be provided to a log delivery.

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_shield import mixins as shield_mixins

cfn_protection_flow_logs_firehose_props = shield_mixins.CfnProtectionFlowLogsFirehoseProps(
    output_format=shield_mixins.CfnProtectionFlowLogsOutputFormat.Firehose.JSON,
    record_fields=[shield_mixins.CfnProtectionFlowLogsRecordFields.SRCADDR]
)

Attributes

output_format

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

Stability:

experimental

record_fields

(experimental) Record fields that can be provided to a log delivery.

Stability:

experimental