CfnRestApiExecutionLogsDestProps

class aws_cdk.mixins_preview.aws_apigateway.mixins.CfnRestApiExecutionLogsDestProps(*, record_fields=None)

Bases: object

Parameters:

record_fields (Optional[Sequence[CfnRestApiExecutionLogsRecordFields]]) – (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_apigateway import mixins as apigateway_mixins

cfn_rest_api_execution_logs_dest_props = apigateway_mixins.CfnRestApiExecutionLogsDestProps(
    record_fields=[apigateway_mixins.CfnRestApiExecutionLogsRecordFields.RESOURCE_ARN]
)

Attributes

record_fields

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

Stability:

experimental