Command option Sample:aws ssm list-tags-for-resource

Search command sample in the internet.It is the result.

Returns a list of the tags assigned to the specified resource.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ssm/list-tags-for-resource.html

aws ssm list-tags-for-resource --resource-type "PatchBaseline" --resource-id "pb-0869b5cf84fa07081"
    remove-tags-from-resource — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ssm/list-tags-for-resource.html
aws ssm list-tags-for-resource --resource-type "Parameter" --resource-id "the_parameter_name"
    aws-systems-manager-user-guide/sysman-paramstore-su-tag.md at master 揃 awsdocs/aws-systems-manager-user-guide 揃 GitHub : http://github.com/awsdocs/aws-systems-manager-user-guide/blob/master/doc_source/sysman-paramstore-su-tag.md

aws のオプション一覧