我正在尝试使用 aws cli 标记我的 AWS 粘附作业,其中键名称为 "My key" 且值为 "job1",键名称将"My key "


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标签

相关内容

  • 没有找到相关文章

最新更新