Command option Sample:aws secretsmanager untag-resource

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

Removes one or more tags from the specified secret.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/secretsmanager/untag-resource.html

aws secretsmanager untag-resource --secret-id MyTestDatabaseSecret \
    untag-resource — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/secretsmanager/untag-resource.html
aws secretsmanager untag-resource --secret-id MySecret2 --tag-keys 'environment'
    aws-secrets-manager-docs/manage_update-secret.md at master 揃 awsdocs/aws-secrets-manager-docs 揃 GitHub : http://github.com/awsdocs/aws-secrets-manager-docs/blob/master/doc_source/manage_update-secret.md

aws のオプション一覧