CfnGlobalResolverGlobalResolverLogsFirehoseProps

class aws_cdk.mixins_preview.aws_route53globalresolver.mixins.CfnGlobalResolverGlobalResolverLogsFirehoseProps(*, output_format=None, record_fields=None)

Bases: object

Parameters:
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_route53globalresolver import mixins as route53globalresolver_mixins

cfn_global_resolver_global_resolver_logs_firehose_props = route53globalresolver_mixins.CfnGlobalResolverGlobalResolverLogsFirehoseProps(
    output_format=route53globalresolver_mixins.CfnGlobalResolverGlobalResolverLogsOutputFormat.Firehose.JSON,
    record_fields=[route53globalresolver_mixins.CfnGlobalResolverGlobalResolverLogsRecordFields.ACTION_NAME]
)

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