Which of the following is the correct way to specify Lambda integration in an API Gateway method using AWS CLI?
A--integration-type HTTP --integration-uri http://example.com
B--integration-type AWS_PROXY --integration-uri arn:aws:lambda:region:account-id:function:function-name
C--integration-type MOCK --integration-uri arn:aws:s3:::bucket/key
D--integration-type AWS --integration-uri arn:aws:ec2:region:account-id:instance/instance-id