Command option Sample:aws acm resend-validation-email

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

Resends the email that requests domain ownership validation.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/acm/resend-validation-email.html

aws acm resend-validation-email \
    Automating the build and deployment of our team site with Jekyll, GitHub, Travis, S3 and CloudFront : http://dev.venntro.com/2017/10/automating-the-build-and-deployment-of-our-team-site-with-jekyll-github-travis-s3-and-cloudfront/
aws acm resend-validation-email --certificate-arn arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012 --validation-domain example.com
    Request a Domain Validation Email for Certificate Renewal - AWS Certificate Manager : http://docs.aws.amazon.com/acm/latest/userguide/gs-acm-resend.html
aws acm resend-validation-email --certificate-arn arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012 --domain www.example.com --validation-domain example.com
    Updating update-certificate-options.rst by pettibon 揃 Pull Request #3322 揃 aws/aws-cli 揃 GitHub : http://github.com/aws/aws-cli/pull/3322/files
aws acm resend-validation-email \
    Hosting on AWS S3, CloudFront and SSL Certificate Manager | sbstjn.com : http://sbstjn.com/static-hosting-amazon-s3-cloudfront-and-ssl-certificate-manager.html

aws のオプション一覧