Is there any function to get list of tags of an emr cluster like S3 bucket? Like in a S3 bucket, we have get_bucket_tagging
I tried using get_list but it does not work. Let me know if there is any other way to fetch the tag details
Is there any function to get list of tags of an emr cluster like S3 bucket? Like in a S3 bucket, we have get_bucket_tagging
I tried using get_list but it does not work. Let me know if there is any other way to fetch the tag details
Copyright © 2021 Jogjafile Inc.
You can get the tags by using describe_cluster method. For example, using boto3: