public class CustomDestinationAttributeTagsRestrictionListType extends ModelEnum<String>
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.
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomDestinationAttributeTagsRestrictionListType.CustomDestinationAttributeTagsRestrictionListTypeSerializer |
| Modifier and Type | Field and Description |
|---|---|
static CustomDestinationAttributeTagsRestrictionListType |
ALLOW_LIST |
static CustomDestinationAttributeTagsRestrictionListType |
BLOCK_LIST |
localAllowedValues, value| Modifier and Type | Method and Description |
|---|---|
static CustomDestinationAttributeTagsRestrictionListType |
fromValue(String value) |
public static final CustomDestinationAttributeTagsRestrictionListType ALLOW_LIST
public static final CustomDestinationAttributeTagsRestrictionListType BLOCK_LIST
public static CustomDestinationAttributeTagsRestrictionListType fromValue(String value)
Copyright © 2024. All rights reserved.