Command option Sample:aws elbv2 remove-listener-certificates

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

Removes the specified certificate from the specified secure listener.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/elbv2/remove-listener-certificates.html

aws elbv2 remove-listener-certificates --listener-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2 --certificates CertificateArn=arn:aws:acm:us-west-2:123456789012:certificate/5cc54884-f4a3-4072-80be-05b9ba72f705
    remove-listener-certificates — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/elbv2/remove-listener-certificates.html

aws のオプション一覧