Identify the correct AWS CLI command to create a Gateway VPC endpoint for DynamoDB in a specified VPC.
Aaws ec2 create-vpc-endpoint --vpc-id vpc-123abc --service-name com.amazonaws.region.dynamodb --route-table-ids rtb-456def --vpc-endpoint-type Gateway
Baws ec2 create-vpc-endpoint --vpc-id vpc-123abc --service-name com.amazonaws.region.dynamodb --subnet-ids subnet-789ghi --vpc-endpoint-type Interface
Caws dynamodb create-vpc-endpoint --vpc-id vpc-123abc --service-name dynamodb --route-table-ids rtb-456def
Daws ec2 create-vpc-endpoint --vpc-id vpc-123abc --service-name com.amazonaws.region.s3 --route-table-ids rtb-456def --vpc-endpoint-type Gateway