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

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

Returns the tags applied to an AWS Elastic Beanstalk resource.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/elasticbeanstalk/list-tags-for-resource.html

aws elasticbeanstalk list-tags-for-resource --resource-arn "arn:aws:elasticbeanstalk:us-east-2:my-account-id:environment/my-app/my-env"
    Tagging Resources in Your Elastic Beanstalk Environment - AWS Elastic Beanstalk : http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.tagging.html

aws のオプション一覧