aws glue tag-resource --resource-arn arn:aws:glue:us-east-2:myaccountid
--tags-to-add
'key="My key",value=job1'
抛出语法错误!
胶水标签-resource
aws glue tag-resource --resource-arn arn:aws:glue:us-east-2:myaccountid:job/jobname
--tags-to-add KeyName1=string,KeyName2=string
aws glue tag-resource --resource-arn arn:aws:glue:us-east-2:myaccountid:job/jobname
--tags-to-add '{"key1" : "value1", "key2" : "value2"}'
AWS Glue中的AWS标签