emitSystemFields property

Input<List<String>?>? emitSystemFields
final

List of system fields to include in the log events sent to the subscription destination. These fields provide source information for centralized log data in the forwarded payload. Valid values: "@aws.account", "@aws.region", "@source.log". To remove this argument after it has been set, specify an empty list [] explicitly to avoid perpetual differences.

Implementation

final pulumi.Input<List<String>?>? emitSystemFields;