Class: DatadogAPIClient::V2::CustomDestinationAttributeTagsRestrictionListType

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/custom_destination_attribute_tags_restriction_list_type.rb

Overview

How forward_tags_restriction_list parameter should be interpreted. If ALLOW_LIST, then only tags whose keys on the forwarded logs match the ones on the restriction list are forwarded.

BLOCK_LIST works the opposite way. It does not forward the tags matching the ones on the list.

Constant Summary collapse

ALLOW_LIST =
"ALLOW_LIST".freeze
BLOCK_LIST =
"BLOCK_LIST".freeze

Method Summary

Methods included from BaseEnumModel

included