tag_key_in_array: Returns True if "tag_key" is in the "tag_array".

View source: R/jumpstart_utils.R

tag_key_in_arrayR Documentation

Returns True if “tag_key“ is in the “tag_array“.

Description

Returns True if “tag_key“ is in the “tag_array“.

Usage

tag_key_in_array(tag_key, tag_array)

Arguments

tag_key

(str): the tag key to check if it's already in the “tag_array“.

tag_array

(List[Dict[str, str]]): array of tags to check for “tag_key“.


DyfanJones/sagemaker-r-local documentation built on June 14, 2022, 10:32 p.m.